Skip to content

Commit 716b071

Browse files
authored
chore: Code block local archive name
1 parent 6bc41e5 commit 716b071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/_prepare.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,9 +1645,9 @@ argument COMMAND."
16451645
;; On recipe
16461646
(when eask-depends-on-recipe-p
16471647
(eask-with-progress
1648-
(concat (ansi-green "✓ Checking local archives ")
1648+
(concat (ansi-green "✓ Checking local archives `")
16491649
(ansi-magenta eask--local-archive-name)
1650-
(ansi-green "... "))
1650+
(ansi-green "`... "))
16511651
(eask-with-verbosity 'debug
16521652
;; Make sure can be customized by `source'
16531653
(unless (assoc eask--local-archive-name package-archives)

0 commit comments

Comments
 (0)