Skip to content

Commit 67f65c9

Browse files
committed
[FIX] #20 : git hooks pre-commit 스크립트 수정 : 커밋 전 포맷팅에서 체크로 변경
1 parent cdd89d0 commit 67f65c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/pre-commit

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ echo "Running git pre-commit hook"
77
STATUS=$?
88

99
# 문제없이 끝났다면 exit 0, 아니면 1
10-
# -ne: Not equals
1110
[ $STATUS -ne 0 ] && exit 1
12-
exit 0
11+
exit 0

0 commit comments

Comments
 (0)