fix(cli): doom install: wrong-number-of-args error

This corrects a typo that snuck into 6c76b98.

Amend: 6c76b98dbb
This commit is contained in:
Henrik Lissner 2022-09-24 23:09:17 +02:00
parent 594d70292d
commit 731764ae71
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

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