Fix string type error on 'doom upgrade'

This commit is contained in:
Henrik Lissner 2020-08-24 23:22:57 -04:00
parent 4fa0241134
commit 0dfee56e35
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ following shell commands:
(let ((doom-auto-discard force-p))
(cond
(packages-only-p
(doom-cli-execute "sync" '("-u"))
(doom-cli-execute "sync" "-u")
(print! (success "Finished upgrading Doom Emacs")))
((doom-cli-upgrade doom-auto-accept doom-auto-discard)