Skip to content

Commit a2dd692

Browse files
committed
sisyphus--bump-changelog: Fix prompt
1 parent b530310 commit a2dd692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sisyphus.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ With prefix argument NOCOMMIT, do not create a commit."
323323
(match-beginning 2))
324324
(replace-match today nil t nil 2)))
325325
((y-or-n-p
326-
(format "%sCHANGELOG version is %s, change%s to %s"
326+
(format "%sCHANGELOG version is %s, change%s to %s?"
327327
(if prev (format "Previous version is %s, " prev) "")
328328
vers
329329
(if prev " latter" "")

0 commit comments

Comments
 (0)