We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd89d0 commit 67f65c9Copy full SHA for 67f65c9
script/pre-commit
@@ -7,6 +7,5 @@ echo "Running git pre-commit hook"
7
STATUS=$?
8
9
# 문제없이 끝났다면 exit 0, 아니면 1
10
-# -ne: Not equals
11
[ $STATUS -ne 0 ] && exit 1
12
-exit 0
+exit 0
0 commit comments