aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhypo.hy2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypo.hy b/hypo.hy
index 8053488..a749984 100755
--- a/hypo.hy
+++ b/hypo.hy
@@ -138,6 +138,6 @@ If no lexer is found fallback onto the text lexer."
(+ web.ctx.home "/" *prefix* (get h 0) "\n")))]])
(defun hypo-start [argv]
- (let ((sys.argv (cdr (cdr sys.argv)))
+ (let ((sys.argv (cdr sys.argv))
(app (web.application urls (globals))))
(.run app)))