Skip to content

Commit 79009f9

Browse files
committed
Merge branch 'main' of github.com:hyperupcall/choose into main
2 parents a13ec1e + 6226144 commit 79009f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

basalt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ['Edwin Kofler <edwin@kofler.dev>']
66
description = ''
77

88
[run]
9-
dependencies = ['https://github.com/hyperupcall/bash-args.git@v0.9.0']
9+
dependencies = ['https://github.com/hyperupcall/bash-args.git@v0.9.2']
1010
sourceDirs = ['pkg/lib']
1111
builtinDirs = []
1212
binDirs = ['pkg/bin']

pkg/bin/choose

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

3-
eval "$(basalt-package-init)"; basalt.package-init
3+
eval "$(basalt-package-init)"
4+
basalt.package-init
45
basalt.package-load
56

67
source "$BASALT_PACKAGE_DIR/pkg/lib/cmd/choose.sh"

0 commit comments

Comments
 (0)