Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 2, 2023
1 parent 37d919f commit 9e06f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Arguments FNC and ARGS are used for advice `:around'."
(ignore-errors (make-directory dir t))
(url-copy-file url-file local-file t)
(setq download-p t))
(eask-debug "No archive-contents found in `%s'" (ansi-yellow name)))))
(eask-debug "No archive-contents found in `%s'" (ansi-green name)))))
(cond (download-p "done ✓")
(local-archive-p "skipped ✗")
(t "failed ✗")))))
Expand Down

0 comments on commit 9e06f48

Please sign in to comment.