cli: minor improvements of output

This commit is contained in:
Thomas Tendyck 2022-09-11 16:24:15 +02:00 committed by Thomas Tendyck
parent d83a5f8693
commit 4b36d3a930
7 changed files with 8 additions and 9 deletions

View file

@ -138,7 +138,6 @@ func initialize(cmd *cobra.Command, newDialer func(validator *cloudcmd.Validator
autoscalingNodeGroups = append(autoscalingNodeGroups, workers.GroupID)
}
cmd.Println("Loading Helm charts ...")
helmDeployments, err := helmLoader.Load(stat.CloudProvider)
if err != nil {
return fmt.Errorf("loading Helm charts: %w", err)