commitpkg: omit pkgbase in commit msg as git repos are per pkgbase

This commit is contained in:
Levente Polyak 2022-09-07 23:28:10 +02:00
parent b9d20c10a9
commit 1f4ca51ca1
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8
1 changed files with 1 additions and 1 deletions

View File

@ -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