Fix variable naming thinko.

This commit is contained in:
Brit Butler 2012-09-20 18:38:42 -04:00
parent ae9d0b8273
commit 07e3f1baa1

View file

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