From 698fdfc95824d0097e423c109adb4038dc19fab7 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Thu, 23 Jul 2020 19:28:34 +0200 Subject: [PATCH] Fix syntax error --- maputnik.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maputnik.go b/maputnik.go index d426f827..f713806d 100644 --- a/maputnik.go +++ b/maputnik.go @@ -35,7 +35,7 @@ func main() { cli.StringFlag{ Name: "static", Usage: "Serve directory under /static/", - } + }, } app.Action = func(c *cli.Context) error {