File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/installer/__tests__/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ if [ "$HUSKY_SKIP_HOOKS" = "true" ] || [ "$HUSKY_SKIP_HOOKS" = "1" ]; then
5353fi
5454
5555# Source user var and change directory
56- . " $( dirname $0 ) /husky.local.sh"
56+ . " $( dirname " $0 " ) /husky.local.sh"
5757debug " Current working directory is $( pwd) "
5858
5959# Skip fast if hookName is not defined
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ if [ \\"$HUSKY_SKIP_HOOKS\\" = \\"true\\" ] || [ \\"$HUSKY_SKIP_HOOKS\\" = \\"1\
8282fi
8383
8484# Source user var and change directory
85- . \\"$(dirname $0 )/husky.local.sh\\"
85+ . \\"$(dirname \\"$0\\" )/husky.local.sh\\"
8686debug \\"Current working directory is $(pwd)\\"
8787
8888# Skip fast if hookName is not defined
You can’t perform that action at this time.
0 commit comments