Skip to content

Commit

Permalink
Merge pull request kubevirt#2587 from kubevirt-bot/cherry-pick-2586-t…
Browse files Browse the repository at this point in the history
…o-release-0.20

[release-0.20] Fixed double "replaces: " in CSV
  • Loading branch information
slintes authored Aug 9, 2019
2 parents 7ca2ed8 + 40be3c8 commit c2cacac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/manifest-templator/manifest-templator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit c2cacac

Please sign in to comment.