We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6948f0 commit dfe6b14Copy full SHA for dfe6b14
hook.sh
@@ -2,7 +2,7 @@
2
3
cd .git/hooks
4
5
-if [ $? -ne 0]; then
+if [ $? -ne 0 ]; then
6
echo 'I need git proj!(╯‵□′)╯︵┻━┻'
7
exit 1
8
fi
0 commit comments