fix: fix env var used for configs path (#207)

This commit is contained in:
Daniel Moran
2021-07-26 12:38:50 -04:00
committed by GitHub
parent 2957d6613d
commit 7efea59d35

View File

@ -173,7 +173,7 @@ func configPathFlag() cli.Flag {
return &cli.StringFlag{
Name: configPathFlagName,
Usage: "Path to the influx CLI configurations",
EnvVar: "INFLUX_CLI_CONFIGS_PATH",
EnvVar: "INFLUX_CONFIGS_PATH",
}
}