Skip to content

Commit 10c254f

Browse files
committed
commitpacs: fix builtin shorthand
1 parent 017efe8 commit 10c254f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commitpacs/commitpacs

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ declare commitTemplate
8282
case "$1" in
8383
n | new)
8484
# shellcheck disable=SC2016
85-
commitTemplate='new, $VER'
85+
commitTemplate='new, {PKGVER}'
8686
;;
8787
u | upd | update)
8888
# shellcheck disable=SC2016
89-
commitTemplate='update to $VER'
89+
commitTemplate='update to {PKGVER}'
9090
;;
9191
*)
9292
commitTemplate="$1"

0 commit comments

Comments
 (0)