Get rid of output line that break automated usage of `kubectl set image` (fix #35105)

pull/6/head
Ilya Dmitrichenko 2016-10-19 13:13:20 +01:00
parent cbe65701a2
commit 2494462e5f
No known key found for this signature in database
GPG Key ID: E7889175A6C0CEB9
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ func (o *ImageOptions) Run() error {
}
if o.Local {
fmt.Fprintln(o.Out, "running in local mode...")
return o.PrintObject(o.Cmd, o.Mapper, info.Object, o.Out)
}