aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Leclerc2024-02-06 21:14:55 +0000
committerCharles Leclerc2024-02-06 21:14:55 +0000
commitfaced19d60e972030a10051e9c3c2b3b66690652 (patch)
tree3396b2235914cd32908428ab34abbd2a03bb70d7
parent076e422b7031159c2d99afc230a01a60c3d17477 (diff)
downloadaur-faced19d60e972030a10051e9c3c2b3b66690652.tar.gz
Fix cleanup in update.sh
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index c1761f533388..f53c72498b0a 100755
--- a/update.sh
+++ b/update.sh
@@ -60,7 +60,7 @@ if [ "${initial}x" = "x" ] ; then
git tag -s -m "Bumped version $new_ver" "$new_ver-1"
git push --tags
gh release create --generate-notes "$new_ver-1" reposilite-$new_ver-1-any.pkg.tar.*
- rm reposilite-$new_ver.tar.*
+ rm reposilite-$new_ver-all.jar
rm reposilite-$new_ver-1-any.pkg.tar.*
git branch -u aur/master
git push