Skip to content

Commit

Permalink
fix: change recognize method
Browse files Browse the repository at this point in the history
  • Loading branch information
choi138 committed Mar 18, 2024
1 parent 30680df commit 69d99b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

branch="$(git rev-parse --abbrev-ref HEAD)"
# branch="$(git rev-parse --abbrev-ref HEAD)"

# if [ "$branch" = "main" ]; then
# echo "\033[1;31m🚨 메인 브랜치에 직접 커밋을 남길 수 없어요. 브랜치 생성 후 PR을 올려주세요!\033[0m"
Expand Down

0 comments on commit 69d99b1

Please sign in to comment.