summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-16 08:00:37 +0200
committerErich Eckner <git@eckner.net>2018-06-16 08:00:37 +0200
commitf271f254821826a4a0c737a7705086f5d0286083 (patch)
treefd99ed7f5d4632e551447f3ddf7276035791d364 /update.sh
parent9cada227a15366ec0673313cd6bf1bc274a10382 (diff)
downloadcrux-ports-f271f254821826a4a0c737a7705086f5d0286083.tar.xz
update.sh: fix commit message
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index f0b3264..31ca119 100755
--- a/update.sh
+++ b/update.sh
@@ -20,6 +20,6 @@ sudo -u pkgmk fakeroot pkgmk -if -im -is -d
pkgmk -uf
pkgmk -um
pkgmk -us -sk /etc/ports/deepthought.sec
-git commit . -m "${pkg}: ${oldver} -> ${version}"
+git commit . -m "${pkg}: ${oldVer} -> ${version}"
echo 'Erfolg!'