Fix missing dot
This commit is contained in:
parent
6b14faa5b1
commit
79afdd39b8
2
main.go
2
main.go
@ -23,7 +23,7 @@ func main() {
|
|||||||
app := &cli.App{
|
app := &cli.App{
|
||||||
Name: "gowebbuild",
|
Name: "gowebbuild",
|
||||||
Usage: "All in one tool to build web frontend projects.",
|
Usage: "All in one tool to build web frontend projects.",
|
||||||
Version: "6.1.1",
|
Version: "6.1.2",
|
||||||
Authors: []*cli.Author{{
|
Authors: []*cli.Author{{
|
||||||
Name: "trading-peter (https://github.com/trading-peter)",
|
Name: "trading-peter (https://github.com/trading-peter)",
|
||||||
}},
|
}},
|
||||||
|
@ -70,7 +70,7 @@ func tplAction(ctx *cli.Context) error {
|
|||||||
case "Dockerfile":
|
case "Dockerfile":
|
||||||
tpl = dockerFile
|
tpl = dockerFile
|
||||||
fileName = "Dockerfile"
|
fileName = "Dockerfile"
|
||||||
case "air.toml":
|
case ".air.toml":
|
||||||
tpl = airToml
|
tpl = airToml
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
tpl = airWinToml
|
tpl = airWinToml
|
||||||
|
Loading…
Reference in New Issue
Block a user