Skip to content

Commit c082a2e

Browse files
committed
Fix a prompt format
1 parent 6b3c2b9 commit c082a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ choose."
660660
(member cider-preferred-build-tool choices))
661661
cider-preferred-build-tool)
662662
(multiple-project-choices
663-
(completing-read (format "Which command should be used (default %s)" default)
663+
(completing-read (format "Which command should be used (default %s): " default)
664664
choices nil t nil nil default))
665665
(choices
666666
(car choices))

0 commit comments

Comments
 (0)