We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc41e5 commit 716b071Copy full SHA for 716b071
lisp/_prepare.el
@@ -1645,9 +1645,9 @@ argument COMMAND."
1645
;; On recipe
1646
(when eask-depends-on-recipe-p
1647
(eask-with-progress
1648
- (concat (ansi-green "✓ Checking local archives ")
+ (concat (ansi-green "✓ Checking local archives `")
1649
(ansi-magenta eask--local-archive-name)
1650
- (ansi-green "... "))
+ (ansi-green "`... "))
1651
(eask-with-verbosity 'debug
1652
;; Make sure can be customized by `source'
1653
(unless (assoc eask--local-archive-name package-archives)
0 commit comments