From 2b8663169ddd7d96154ef8f5c94e266fb3c22fcf Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 20 Jan 2021 17:03:51 -0500 Subject: [PATCH] Fixed regression with site-root overide --- clog-system.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clog-system.lisp b/clog-system.lisp index 50b43c3..68ed58e 100644 --- a/clog-system.lisp +++ b/clog-system.lisp @@ -57,7 +57,7 @@ is nil no default boot-file will be set for /." :host host :port port :boot-file boot-file - :static-root (if (boundp '*overide-static-root*) + :static-root (if *overide-static-root* *overide-static-root* static-root))))