summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Danielson2022-05-20 07:40:40 -0500
committerGregory Danielson2022-05-20 07:40:40 -0500
commite1b48e654f950cdafd801bbc8fcc95e218afd1af (patch)
treedc96ec7409576734a2412624f7e6e99f106917e3
parent11c83de22973cfcaa1c2f783eccff661ae5a6a41 (diff)
downloadaur-e1b48e654f950cdafd801bbc8fcc95e218afd1af.tar.gz
Keep commit scheme from history
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 1817a4fb8b81..c3d321a79749 100755
--- a/update.sh
+++ b/update.sh
@@ -18,5 +18,5 @@ echo "Updated version to $UNIFONTVER"
updpkgsums
makepkg --printsrcinfo >.SRCINFO
git add ./PKGBUILD ./.SRCINFO
-git commit -m "Bump version to $UNIFONTVER"
+git commit -m "Version $UNIFONTVER"
git push && git push aur master