fix(cli): doom install: wrong-number-of-args error
This corrects a typo that snuck into6c76b98
. Amend:6c76b98dbb
This commit is contained in:
parent
594d70292d
commit
731764ae71
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g.
|
||||||
(print-group!
|
(print-group!
|
||||||
(mapc (lambda (file)
|
(mapc (lambda (file)
|
||||||
(cl-destructuring-bind (filename . template) file
|
(cl-destructuring-bind (filename . template) file
|
||||||
(setq filenam)
|
|
||||||
(if (file-exists-p! filename doom-user-dir)
|
(if (file-exists-p! filename doom-user-dir)
|
||||||
(print! (item "Skipping %s (already exists)")
|
(print! (item "Skipping %s (already exists)")
|
||||||
(path filename))
|
(path filename))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue