aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-06-07 18:48:39 -0500
committerColin Okay <cbeok@protonmail.com>2020-06-07 18:48:39 -0500
commit0bba9ab974a9c70a744b0d7d5c254d898795ee83 (patch)
treee7baaad1226290eeafe67a9779d4abbc9de9daf1
parent25621a84a32351b519da5935cab52701b1df19ee (diff)
port
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index 85341ad..b1ffd0e 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -288,4 +288,4 @@ for the request's path."
(defun reload (&key (port 5000))
(stop)
- (start))
+ (start :port port))