fix(cli): void-variable doom-profile-env-file-name error

This variable ref snuck into cff0919, but hasn't been introduced yet.

Fix: #7755
Amend: cff091982e
This commit is contained in:
Henrik Lissner 2024-03-24 18:54:26 -04:00
parent 6d682eef85
commit 286be1b249
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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?)))