Skip to content

Commit c7b7deb

Browse files
authored
Update example
1 parent 8a9538b commit c7b7deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -z "${1:-}" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
88
echo " commit MESSAGE"
99
echo
1010
echo "Example:"
11-
echo " commit \"Initial commit\""
11+
echo " commit \"Hello world!\""
1212
exit 1
1313
fi
1414

@@ -32,7 +32,7 @@ for branch in "${IGNORED_BRANCHES[@]}"; do
3232
fi
3333
done
3434

35-
if [ "$IS_IGNORED" == false ];then
35+
if [ "$IS_IGNORED" == false ]; then
3636
# Edit your config here
3737
git commit -m "$CURRENT_BRANCH: $1"
3838
else

0 commit comments

Comments
 (0)