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 a12070f commit d8d8846Copy full SHA for d8d8846
1 file changed
scripts/githooks/pre-commit.sh
@@ -105,7 +105,7 @@ fi
105
if [[ ! $local_branch =~ $valid_branch_regex ]]
106
then
107
printError "There is something wrong with your branch name. Branch names in this project must adhere to this contract: $valid_branch_regex.
108
-Your commit will be rejected. You should rename your branch to a valid name(feat/name OR bug/name) and try again."
+Your commit will be rejected. You should rename your branch to a valid name(feat/name OR fix/name) and try again."
109
printError "For more on this, read on: https://gist.github.com/cubxxw/126b72104ac0b0ca484c9db09c3e5694"
110
exit 1
111
fi
0 commit comments