mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
fix(git-commit-template): fix error details
exit 1 when a git commit error occurs.
This commit is contained in:
parent
06059baa1f
commit
51f6a87435
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ ${breaking_changes}
|
|||
${closed_issues}"
|
||||
else
|
||||
printf "\n${RED}❌ An error occurred. Please try again.${RESET}\n"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue