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

View File

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