We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff7a08 commit 90a69a2Copy full SHA for 90a69a2
1 file changed
husky.sh
@@ -28,7 +28,7 @@ if [ -z "$husky_skip_init" ]; then
28
echo "husky - $hook_name hook exited with code $exitCode (error)"
29
fi
30
31
- if [ $exitCode == 127 ]; then
+ if [ $exitCode = 127 ]; then
32
echo "husky - command not found in PATH=$PATH"
33
34
0 commit comments