Fixed regression with site-root overide

This commit is contained in:
David Botton 2021-01-20 17:03:51 -05:00
parent 85788d1b22
commit 2b8663169d

View file

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