Skip to content

Commit

Permalink
fix: env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Aug 2, 2024
1 parent 09f54e1 commit 89eb9a5
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 @@ -41,7 +41,7 @@ func main() {
&cli.StringFlag{
Name: "metrics-auth-password",
Value: "",
EnvVars: []string{"IPFS_CHECK_METRICS_AUTH_USER"},
EnvVars: []string{"IPFS_CHECK_METRICS_AUTH_PASS"},
Usage: "http basic auth password for the metrics endpoints",
},
}
Expand Down

0 comments on commit 89eb9a5

Please sign in to comment.