diff --git a/main.go b/main.go index a3cb1e8..1e6c146 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ func main() { app := &cli.App{ Name: "gowebbuild", Usage: "All in one tool to build web frontend projects.", - Version: "6.1.1", + Version: "6.1.2", Authors: []*cli.Author{{ Name: "trading-peter (https://github.com/trading-peter)", }}, diff --git a/templates.go b/templates.go index cce705b..e2535b8 100644 --- a/templates.go +++ b/templates.go @@ -70,7 +70,7 @@ func tplAction(ctx *cli.Context) error { case "Dockerfile": tpl = dockerFile fileName = "Dockerfile" - case "air.toml": + case ".air.toml": tpl = airToml if runtime.GOOS == "windows" { tpl = airWinToml