Skip to content

Commit bc14b21

Browse files
intel352claude
andcommitted
fix: remove trailing punctuation from infra error string (ST1005)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6fb3b4f commit bc14b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/wfctl/infra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func resolveInfraConfig(fs *flag.FlagSet) (string, error) {
6565
return arg, nil
6666
}
6767
}
68-
return "", fmt.Errorf("no infrastructure config found (tried infra.yaml, config/infra.yaml).\nCreate an infra config with cloud.account and platform.* modules.\nRun 'wfctl init --template full-stack' for a starter config with infrastructure.")
68+
return "", fmt.Errorf("no infrastructure config found (tried infra.yaml, config/infra.yaml)\n\nCreate an infra config with cloud.account and platform.* modules.\nRun 'wfctl init --template full-stack' for a starter config with infrastructure")
6969
}
7070

7171
// infraModuleEntry is a minimal struct for parsing modules from YAML.

0 commit comments

Comments
 (0)