fix(cli): type error trying to split a cons cell
doom-profile was changed to a cons cell in18cd2eb
. Amend:18cd2eb483
This commit is contained in:
parent
a726ba33b9
commit
09d24cd68a
1 changed files with 1 additions and 3 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue