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)"
21
21
cd "/path/to/projectDir" || exit
22
22
23
23
# 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"
25
25
26
26
cd "$working_dir" || exit
27
27
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ working_dir="$(pwd)"
15
15
cd "/path/to/projectDir" || exit
16
16
17
17
# 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"
19
19
20
20
cd "$working_dir" || exit
21
21
You can’t perform that action at this time.
0 commit comments