diff --git a/push.sh b/push.sh index 2100533..f01ae3c 100755 --- a/push.sh +++ b/push.sh @@ -84,7 +84,6 @@ makepkg --printsrcinfo > .SRCINFO # Create git message with correct variable if [ -n "$_pkgname" ]; then - echo "$pkgname" commit_msg="Updated ${pkgname//\$\{_pkgname\}/_pkgname} to ${pkgver}-${pkgrel}" else commit_msg="Updated ${pkgname} to ${pkgver}-${pkgrel}"