We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fc3ae commit cd6a68dCopy full SHA for cd6a68d
‎.github/scripts/commit-checker.sh‎
@@ -39,7 +39,7 @@ done
39
# If any commit are invalid, print reject message
40
if [ "$invalidCommit" == true ]; then
41
echo "Commits must include a JIRA ticket number e.g. AAA-1234"
42
- echo "You can skip this step if necessary by running \"git --amend\" and add \"[skip jira]\" in your commit message"
+ echo "You can skip this step if necessary by running \"git commit --amend\" and add \"[skip jira]\" in your commit message"
43
echo "Please fix the commit message(s) and push again."
44
echo "https://help.github.com/en/articles/changing-a-commit-message"
45
echo "************"
0 commit comments