From e24d390f7c198532a2bc980b4b8216d1dd1fe50d Mon Sep 17 00:00:00 2001 From: pathmapper Date: Thu, 23 Jul 2020 19:33:23 +0200 Subject: [PATCH] Fix build error --- maputnik.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maputnik.go b/maputnik.go index f713806d..4b4f7030 100644 --- a/maputnik.go +++ b/maputnik.go @@ -32,7 +32,7 @@ func main() { Value: 8000, Usage: "TCP port to listen on", }, - cli.StringFlag{ + &cli.StringFlag{ Name: "static", Usage: "Serve directory under /static/", },