Skip to content

Commit e7553b1

Browse files
committed
fix: Actually add 'global install' as command
1 parent 6d6c933 commit e7553b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/lib/cmd/basalt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ basalt.main() {
4242
init) shift; do-global-init "$@" ;;
4343
add) shift; do-global-add "$@" ;;
4444
remove) shift; do-global-remove "$@" ;;
45+
install) shift; do-global-install "$@" ;;
4546
list) shift; do-global-list "$@" ;;
4647
*)
4748
if [ -n "$1" ]; then

0 commit comments

Comments
 (0)