We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fba84 commit 7d29633Copy full SHA for 7d29633
husky
@@ -13,10 +13,10 @@ i="${XDG_CONFIG_HOME:-$HOME/.config}/husky/init.sh"
13
14
[ "${HUSKY-}" = "0" ] && exit 0
15
16
-export PATH=node_modules/.bin:$PATH
+export PATH="node_modules/.bin:$PATH"
17
sh -e "$s" "$@"
18
c=$?
19
20
[ $c != 0 ] && echo "husky - $n script failed (code $c)"
21
[ $c = 127 ] && echo "husky - command not found in PATH=$PATH"
22
-exit $c
+exit $c
0 commit comments