fix(cli): void-variable doom-dir on 'doom doctor'

A regression caused by an overaggressive search and replace (for
e986d6b).

Amend: e986d6bef9
This commit is contained in:
Henrik Lissner 2022-09-06 23:31:01 +02:00
parent 2396262cfa
commit a0fe199237
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -119,7 +119,7 @@ in."
(let* ((xdg-dir (concat (or (getenv "XDG_CONFIG_HOME")
"~/.config")
"/doom/"))
(doom-path (or (getenv "DOOMDIR")
(doom-dir (or (getenv "DOOMDIR")
"~/.doom.d/"))
(dir (if (file-directory-p xdg-dir)
xdg-dir