index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-09-07 23:28:10 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-03-19 22:02:04 +0100 |
commit | 1f4ca51ca14d0a5fe5dcd4014f3756de2fbc835f (patch) | |
tree | 7410c57820877cd27d5385fe8688b108330c526a | |
parent | b9d20c10a988775bc444ceaf872766fec32b54b5 (diff) |
-rw-r--r-- | src/commitpkg.in | 2 |
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 |