summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant K2021-06-17 19:15:47 +0530
committerVedant K2021-06-17 19:15:47 +0530
commit7c5d76e0f4f39c3948867c260482e06a717920dd (patch)
treeb200d9441ffc58c3e5f7f763f37d0856b602ca37
parent2d6b961d35d885d3fa27215cf2c1ac41afcf4c87 (diff)
downloadaur-7c5d76e0f4f39c3948867c260482e06a717920dd.tar.gz
tweaks to update-version script
-rwxr-xr-xupdate-version1
1 files changed, 1 insertions, 0 deletions
diff --git a/update-version b/update-version
index eece60c71f89..cc4e55193d69 100755
--- a/update-version
+++ b/update-version
@@ -178,6 +178,7 @@ printb "==> Files to commit: $GIT_FILES"
printb "==> Commit message: $GIT_MESSAGE"
# Ask for confirmation
read -p $'\e[1;33m ==> Push to AUR?\e[0m [\e[1;32my\e[0m/\e[1;31mN\e[0m] ' -n 1 -r
+printb ""
if [[ $REPLY =~ ^[Yy]$ ]]; then
printb "==> Pushing files..."
git add $GIT_FILES