Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/commitpkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/commitpkg.in')
-rw-r--r--src/commitpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commitpkg.in b/src/commitpkg.in
index 59471bf..0c65658 100644
--- a/src/commitpkg.in
+++ b/src/commitpkg.in
@@ -169,7 +169,7 @@ if [[ -n $(git status --short --untracked-files=no) ]]; then
done
stat_done
- msgtemplate="upgpkg: $pkgbase $(get_full_version)"
+ msgtemplate="upgpkg: $(get_full_version)"
if [[ -n $1 ]]; then
stat_busy 'Committing changes'
git commit -q -m "${msgtemplate}: ${1}" || die