File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/devbox/testdata/shellrc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ working_dir="$(pwd)"
2121cd "/path/to/projectDir" || exit
2222
2323# Source the hooks file, which contains the project's init hooks and plugin hooks.
24- . /path/to/projectDir/.devbox/gen/scripts/.hooks.sh
24+ . " /path/to/projectDir/.devbox/gen/scripts/.hooks.sh"
2525
2626cd "$working_dir" || exit
2727
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ working_dir="$(pwd)"
1515cd "/path/to/projectDir" || exit
1616
1717# Source the hooks file, which contains the project's init hooks and plugin hooks.
18- . /path/to/projectDir/.devbox/gen/scripts/.hooks.sh
18+ . " /path/to/projectDir/.devbox/gen/scripts/.hooks.sh"
1919
2020cd "$working_dir" || exit
2121
You can’t perform that action at this time.
0 commit comments