Skip to content

Commit 9292eaa

Browse files
committed
update golden files
1 parent 126dc1c commit 9292eaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/devbox/testdata/shellrc/basic/shellrc.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ working_dir="$(pwd)"
2121
cd "/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

2626
cd "$working_dir" || exit
2727

internal/devbox/testdata/shellrc/noshellrc/shellrc.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ working_dir="$(pwd)"
1515
cd "/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

2020
cd "$working_dir" || exit
2121

0 commit comments

Comments
 (0)