fix(cli): type error trying to split a cons cell

doom-profile was changed to a cons cell in 18cd2eb.

Amend: 18cd2eb483
This commit is contained in:
Henrik Lissner 2022-09-17 20:15:57 +02:00
parent a726ba33b9
commit 09d24cd68a
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -52,9 +52,7 @@ OPTIONS:
(when jobs
(setq native-comp-async-jobs-number (truncate jobs)))
(print! (start "Synchronizing %S profile..." )
(if doom-profile
(car (split-string doom-profile "@"))
"default"))
(or (car doom-profile) "default"))
(unwind-protect
(print-group!
(when (and (not noenvvar?)