Skip to content

Commit cd6a68d

Browse files
committed
another [skip jira] another bad commit 😂
1 parent 53fc3ae commit cd6a68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/scripts/commit-checker.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ done
3939
# If any commit are invalid, print reject message
4040
if [ "$invalidCommit" == true ]; then
4141
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"
42+
echo "You can skip this step if necessary by running \"git commit --amend\" and add \"[skip jira]\" in your commit message"
4343
echo "Please fix the commit message(s) and push again."
4444
echo "https://help.github.com/en/articles/changing-a-commit-message"
4545
echo "************"

0 commit comments

Comments
 (0)