Skip to content

Commit

Permalink
Merge pull request #407 from profhenry/406_fixes_config_path_plugin_p…
Browse files Browse the repository at this point in the history
…arameter

Fixed config_path
  • Loading branch information
yoheimuta committed Jun 5, 2024
2 parents b9b7a9f + 1193ee3 commit d652e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/protocgenprotolint/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func newFlags(
if len(params) != 2 {
return nil, fmt.Errorf("config_path should be specified")
}
flags.ConfigDirPath = params[1]
flags.ConfigPath = params[1]
case "config_dir_path":
if len(params) != 2 {
return nil, fmt.Errorf("config_dir_path should be specified")
Expand Down

0 comments on commit d652e30

Please sign in to comment.