Skip to content

Commit

Permalink
fix(cmd/gossamer): update error message (#3301)
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jun 5, 2023
1 parent 1143b2a commit 960a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gossamer/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func addBaseConfigFlags(cmd *cobra.Command) error {
config.BaseConfig.PrometheusPort,
"Listen address of the prometheus server",
"prometheus-port"); err != nil {
return fmt.Errorf("failed to add --metrics-address flag: %s", err)
return fmt.Errorf("failed to add --prometheus-port flag: %s", err)
}
if err := addUint32FlagBindViper(cmd,
"retain-blocks",
Expand Down

0 comments on commit 960a9d4

Please sign in to comment.