Skip to content

Commit 988c76a

Browse files
committed
refactor: Rename directories to fit with Basalt ecosystem
1 parent fd04d82 commit 988c76a

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

basalt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = 'System for choosing default applications, programs, and utilities
88

99
[run]
1010
dependencies = ['https://github.com/hyperupcall/bash-args.git@v0.9.2']
11-
sourceDirs = ['pkg/lib']
11+
sourceDirs = ['pkg/src']
1212
builtinDirs = []
1313
binDirs = ['pkg/bin']
1414
completionDirs = []

pkg/bin/choose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ eval "$(basalt-package-init)"
44
basalt.package-init
55
basalt.package-load
66

7-
source "$BASALT_PACKAGE_DIR/pkg/lib/cmd/choose.sh"
7+
source "$BASALT_PACKAGE_DIR/pkg/src/bin/choose.sh"
88
main.choose "$@"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)