We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4608e43 commit 4eb0d98Copy full SHA for 4eb0d98
tests/util/init.sh
@@ -18,8 +18,8 @@ done; unset f
18
# allows us to actually mock functions
19
load "$REPO_ROOT/pkg/lib/cmd/basalt-package-init.sh"
20
load "$REPO_ROOT/pkg/lib/cmd/basalt.sh"
21
-basalt-package-init() { basalt-package-init.main "$@"; }
22
-basalt() { basalt.main "$@"; }
+basalt-package-init() { main.basalt-package-init "$@"; }
+basalt() { main.basalt "$@"; }
23
24
# Testing variables
25
export NO_COLOR=
0 commit comments