diff --git a/cli/cmd/component.go b/cli/cmd/component.go index 22681fd59..de237a0d5 100644 --- a/cli/cmd/component.go +++ b/cli/cmd/component.go @@ -413,7 +413,7 @@ func runComponentsInstall(cmd *cobra.Command, args []string) (err error) { func installComponent(args []string) (err error) { var ( componentName string = args[0] - downloadComplete = make(chan int8) + downloadComplete = make(chan int8, 1) params map[string]interface{} = make(map[string]interface{}) start time.Time )