Fix syntax error

This commit is contained in:
pathmapper
2020-07-23 19:28:34 +02:00
parent 77b3655c3c
commit 698fdfc958

View File

@@ -35,7 +35,7 @@ func main() {
cli.StringFlag{
Name: "static",
Usage: "Serve directory under /static/",
}
},
}
app.Action = func(c *cli.Context) error {