Skip to content

Commit

Permalink
Use underscore for env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
project0 committed Oct 1, 2021
1 parent f5e5beb commit 5ba804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
Name: "preferred-chain",
Value: "",
Usage: "If the CA offers multiple certificate chains, prefer the chain with an issuer matching this Subject Common Name. If no match, the default offered chain will be used.",
EnvVar: flagSetHelperEnvKey("PREFERRED-CHAIN"),
EnvVar: flagSetHelperEnvKey("PREFERRED_CHAIN"),
},
cli.StringFlag{
Name: "dns.listen",
Expand Down

0 comments on commit 5ba804d

Please sign in to comment.