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/", },