mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-14 19:30:42 +01:00
fix(git-commit-template): fix error details
exit 1 when a git commit error occurs.
This commit is contained in:
@@ -120,6 +120,7 @@ ${breaking_changes}
|
|||||||
${closed_issues}"
|
${closed_issues}"
|
||||||
else
|
else
|
||||||
printf "\n${RED}❌ An error occurred. Please try again.${RESET}\n"
|
printf "\n${RED}❌ An error occurred. Please try again.${RESET}\n"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user