From 07e3f1baa15d6bc12c847589bf27be7d11ea2ef6 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Thu, 20 Sep 2012 18:38:42 -0400 Subject: [PATCH] Fix variable naming thinko. --- src/config.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.lisp b/src/config.lisp index cfb444d..c40c811 100644 --- a/src/config.lisp +++ b/src/config.lisp @@ -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