mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Fix syntax error
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "static",
|
Name: "static",
|
||||||
Usage: "Serve directory under /static/",
|
Usage: "Serve directory under /static/",
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
app.Action = func(c *cli.Context) error {
|
app.Action = func(c *cli.Context) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user