fix spelling of intermediate

This commit is contained in:
shovelwagon 2018-02-14 22:11:37 -07:00
parent 7e0f2a61f6
commit 1ff9aa77fd

View File

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