We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c92b3 commit 8b1599dCopy full SHA for 8b1599d
1 file changed
devtest
100644
100755
@@ -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.2
+VERSION=1.0.3
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 "$COMMIT_MESSAGE"
168
git push
169
}
170
@@ -254,7 +254,7 @@ start() {
254
done
255
256
# Attempt to upload packages to the AUR
257
- if upload $COMMIT_MESSAGE; then
+ if upload; then
258
echo "Successfully uploaded $i."
259
UPLOAD_SUCCESS+=($i)
260
else
0 commit comments