We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496c1c9 commit 81c92b3Copy full SHA for 81c92b3
1 file changed
devtest
@@ -5,7 +5,7 @@
5
# for errors, and if no errors occur, upload changes to the arch user repository
6
7
TOOL_NAME=devtest
8
-VERSION=1.0.1
+VERSION=1.0.2
9
CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/$TOOL_NAME
10
CONFIG_FILE=$CONFIG_DIR/config
11
DATA_DIR=${XDG_DATA_HOME:-$HOME/.local/share}/$TOOL_NAME
@@ -164,7 +164,7 @@ backup() {
164
upload() {
165
makepkg --printsrcinfo > .SRCINFO
166
git add -u
167
- git commit -m $1
+ git commit -m "$1"
168
git push
169
}
170
0 commit comments