diff --git a/tools/manifest-templator/manifest-templator.go b/tools/manifest-templator/manifest-templator.go index f1f6592fab76..38f7f363bea3 100644 --- a/tools/manifest-templator/manifest-templator.go +++ b/tools/manifest-templator/manifest-templator.go @@ -137,7 +137,7 @@ func main() { if strings.HasSuffix(latestVersion, *csvVersion) { panic(fmt.Errorf("CSV version %s is already published!", *csvVersion)) } - data.ReplacesCsvVersion = fmt.Sprintf(" replaces: %v", latestVersion) + data.ReplacesCsvVersion = latestVersion // also copy old manifests to out dir bundleHelper.AddOldManifests(*bundleOutDir, *csvVersion) }