diff --git a/cmd/kops/toolbox_template.go b/cmd/kops/toolbox_template.go index 582c47fa52..fbf9134232 100644 --- a/cmd/kops/toolbox_template.go +++ b/cmd/kops/toolbox_template.go @@ -163,7 +163,7 @@ func runToolBoxTemplate(f *util.Factory, out io.Writer, options *toolboxTemplate } } - channelLocation := "" + channelLocation := options.channel if channelLocation == "" { channelLocation = kopsapi.DefaultChannel }