diff --git a/pkg/autodetect/main.go b/pkg/autodetect/main.go index ec6d30f25..a744ee802 100644 --- a/pkg/autodetect/main.go +++ b/pkg/autodetect/main.go @@ -165,7 +165,6 @@ func (b *Background) detectAutoscalingVersion(ctx context.Context) { viper.Set(v1.FlagAutoscalingVersion, detectedVersion) log.Log.V(-1).Info(fmt.Sprintf("found the horizontalpodautoscalers api in %s", detectedVersion)) } - } // AvailableAPIs returns available list of CRDs from the cluster.