Skip to content

Commit 358ffba

Browse files
committed
chore(_prepare.el): Correct output grammar
1 parent 446d8ee commit 358ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ Argument BODY are forms for execution."
587587
((progn
588588
(eask-pkg-init)
589589
(unless (eask-package-installable-p pkg)
590-
(eask-error "Package not installable `%s'; make sure package archive is included" pkg))))
590+
(eask-error "Package not installable `%s'; make sure the package archive (source) is included" pkg))))
591591
((when-let* ((desc (eask-package-desc pkg))
592592
(req-emacs (assoc 'emacs (package-desc-reqs desc)))
593593
(req-emacs (package-version-join (nth 0 (cdr req-emacs))))

0 commit comments

Comments
 (0)