aboutsummarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJoe Previte2022-05-06 21:33:42 +0000
committerJoe Previte2022-05-06 21:33:42 +0000
commite9f6a13648dca4b7127c5768e9d6f06d44633295 (patch)
treea1fdd1e4715cd15b9de40f6ddc14e26fa7c58db2 /update.sh
parent89713c062efe6a6666672baf8dc794347ca1c348 (diff)
downloadaur-e9f6a13648dca4b7127c5768e9d6f06d44633295.tar.gz
fix: add git push to update script
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index fdc41da973f7..861e367633aa 100755
--- a/update.sh
+++ b/update.sh
@@ -44,6 +44,7 @@ main() {
echo "Committing and pushing to GitHub"
git add .
git commit -m "chore: updating version $CODE_SERVER_VERSION_TO_UPDATE"
+ git push
echo "Action requried: make sure to push to aur: git push aur"
}