Fix variable naming thinko.
This commit is contained in:
parent
ae9d0b8273
commit
07e3f1baa1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
(defun load-plugins (plugins)
|
||||
"Compile and load the listed PLUGINS. It is expected that matching *.lisp files
|
||||
are in the plugins folder in coleslaw's source directory."
|
||||
(flet ((plugin-path (name)
|
||||
(flet ((plugin-path (sym)
|
||||
(app-path "plugins/~a" (string-downcase (symbol-name sym)))))
|
||||
(dolist (plugin plugins)
|
||||
(etypecase plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue