fix(cli): void-variable doom-profile-env-file-name error
This variable ref snuck intocff0919
, but hasn't been introduced yet. Fix: #7755 Amend:cff091982e
This commit is contained in:
parent
6d682eef85
commit
286be1b249
1 changed files with 1 additions and 3 deletions
|
@ -81,9 +81,7 @@ OPTIONS:
|
|||
(exit! 0))
|
||||
(setq rebuild? t)))
|
||||
(when (and (not noenvvar?)
|
||||
(file-exists-p
|
||||
(file-name-concat doom-profile-dir
|
||||
doom-profile-env-file-name)))
|
||||
(file-exists-p doom-env-file))
|
||||
(call! '(env)))
|
||||
(doom-packages-ensure rebuild?)
|
||||
(unless noupdate? (doom-packages-update (not update?)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue