fix(cli): wrong-number-of-args error on 'doom sync'

Amend: 6c0b7e1530
This commit is contained in:
Henrik Lissner 2022-06-19 01:07:01 +02:00
parent 81a52402b2
commit d5db9076af
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -46,7 +46,7 @@ stale."
(print-group!
(when (and (not noenvvar?)
(file-exists-p doom-env-file))
(doom-cli-call '("doom" "env")))
(call! '("env")))
(doom-packages-install)
(doom-packages-build)
(when update?