mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Fixed regression with site-root overide
This commit is contained in:
parent
85788d1b22
commit
2b8663169d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ is nil no default boot-file will be set for /."
|
||||||
:host host
|
:host host
|
||||||
:port port
|
:port port
|
||||||
:boot-file boot-file
|
:boot-file boot-file
|
||||||
:static-root (if (boundp '*overide-static-root*)
|
:static-root (if *overide-static-root*
|
||||||
*overide-static-root*
|
*overide-static-root*
|
||||||
static-root))))
|
static-root))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue