Fix environment variable naming and update usage

This commit is contained in:
shovelwagon 2018-02-20 06:00:19 -07:00
parent 1ff9aa77fd
commit f82dbb903a
1 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ func main() {
},
cli.BoolFlag{
Name: "no-cache",
Usage: "donot use cached intermediate containers",
EnvVar: "NO_CACHE",
Usage: "do not use cached intermediate containers",
EnvVar: "PLUGIN_NO_CACHE",
},
}