Assign options.Err in "set image"

There is a usage of options.Err in a Printf, but this option is never set.
This patch passes the stderr into the command and assigns the option correctly.
This commit is contained in:
Angus Salkeld
2016-10-10 17:01:27 +10:00
parent 01189549f3
commit ea1063a263
3 changed files with 5 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
NewCmdCreate(f, out),
NewCmdExposeService(f, out),
NewCmdRun(f, in, out, err),
set.NewCmdSet(f, out),
set.NewCmdSet(f, out, err),
},
},
{