Skip to content

Commit c26b4a5

Browse files
authored
Update git-chore
1 parent 185f0d2 commit c26b4a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

git-chore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/bin/bash
22
if [ -z "$1" ]
33
then
4-
git commit -am 'chore(*): ' -e
4+
git commit -am 'chore: ' -e
55
else
66
if [ -z "$2" ]
77
then
8-
git commit -am "chore(*): $1"
8+
git commit -am "chore: $1"
99
else
10-
echo "chore($1): $2"
1110
git commit -am "chore($1): $2"
1211
fi
1312
fi

0 commit comments

Comments
 (0)