Fix missing dot

This commit is contained in:
2024-09-03 14:40:50 +02:00
parent 6b14faa5b1
commit 79afdd39b8
2 changed files with 2 additions and 2 deletions

View File

@ -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