Skip to content

Commit

Permalink
fix: remove set -u from prepare-commit-msg
Browse files Browse the repository at this point in the history
 is not set when just git commit is run
  • Loading branch information
Mubashwer committed Apr 1, 2023
1 parent fc20f6a commit 49b4cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -eu
set -e

# Do nothing during rebase
if [ "$(git branch --show-current)" = "" ]; then
Expand Down

0 comments on commit 49b4cc8

Please sign in to comment.