Skip to content

Commit

Permalink
Add missing space between words (#589)
Browse files Browse the repository at this point in the history
Otherwise it's harder to copy-paste the path to the configuration.

Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>
  • Loading branch information
Jamie Tanna and deepmap-marcinr committed Jun 1, 2022
1 parent c0f382b commit 8e1d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oapi-codegen/oapi-codegen.go
Expand Up @@ -258,7 +258,7 @@ func updateConfigFromFlags(cfg configuration) (configuration, error) {

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

Expand Down

0 comments on commit 8e1d54e

Please sign in to comment.