Skip to content

Commit 81c92b3

Browse files
committed
Fix git commit message only including the first word
1 parent 496c1c9 commit 81c92b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devtest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# for errors, and if no errors occur, upload changes to the arch user repository
66

77
TOOL_NAME=devtest
8-
VERSION=1.0.1
8+
VERSION=1.0.2
99
CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/$TOOL_NAME
1010
CONFIG_FILE=$CONFIG_DIR/config
1111
DATA_DIR=${XDG_DATA_HOME:-$HOME/.local/share}/$TOOL_NAME
@@ -164,7 +164,7 @@ backup() {
164164
upload() {
165165
makepkg --printsrcinfo > .SRCINFO
166166
git add -u
167-
git commit -m $1
167+
git commit -m "$1"
168168
git push
169169
}
170170

0 commit comments

Comments
 (0)