bin/quickstart: fix wrong-number-of-args error

This commit is contained in:
Henrik Lissner 2018-08-25 12:02:19 +02:00
parent cc47798846
commit 7510f5abf0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -348,7 +348,7 @@ packages and regenerates the autoloads file."
" bin/doom help patch-macos\n\n"
"Patch Emacs.app?")))
(user-error "Will not patch Emacs.app"))
(doom-patch-macos)))
(doom-patch-macos nil)))
(user-error (message "%s" (error-message-string e))))
;; Install Doom packages
(print! "Installing plugins")