Skip to content

Commit

Permalink
typo config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Dec 27, 2024
1 parent 4e8d8aa commit 264145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/plugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (

PubIPProviderFlag = cli.StringFlag{
Name: "public-ip-provider",
Usage: "The ip provider service used to obtain a operator's public IP [seeip (default), ipify)",
Usage: "The ip provider service used to obtain an operator's public IP [seeip (default), ipify)",
Required: false,
EnvVar: common.PrefixEnvVar(flags.EnvVarPrefix, "PUBLIC_IP_PROVIDER"),
}
Expand Down

0 comments on commit 264145e

Please sign in to comment.