From 731764ae7134f6ce857147f7ef067c6ce3f23abd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 24 Sep 2022 23:09:17 +0200 Subject: [PATCH] fix(cli): doom install: wrong-number-of-args error This corrects a typo that snuck into 6c76b98. Amend: 6c76b98dbb03 --- lisp/cli/install.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/cli/install.el b/lisp/cli/install.el index a27f03a46..95a74b13a 100644 --- a/lisp/cli/install.el +++ b/lisp/cli/install.el @@ -63,7 +63,6 @@ Change `$DOOMDIR' with the `--doomdir' option, e.g. (print-group! (mapc (lambda (file) (cl-destructuring-bind (filename . template) file - (setq filenam) (if (file-exists-p! filename doom-user-dir) (print! (item "Skipping %s (already exists)") (path filename))