Skip to content

Commit 8e1d54e

Browse files
Jamie TannaMarcin Romaszewicz
andauthored
Add missing space between words (oapi-codegen#589)
Otherwise it's harder to copy-paste the path to the configuration. Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
1 parent c0f382b commit 8e1d54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/oapi-codegen/oapi-codegen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func updateConfigFromFlags(cfg configuration) (configuration, error) {
258258

259259
if len(unsupportedFlags) > 0 {
260260
return configuration{}, fmt.Errorf("flags %s aren't supported in "+
261-
"new config style, please use -old-config-style or update your configuration",
261+
"new config style, please use -old-config-style or update your configuration ",
262262
strings.Join(unsupportedFlags, ", "))
263263
}
264264

0 commit comments

Comments
 (0)