Skip to content

Commit

Permalink
Update pkg/prowgen/prowgen_config.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Simansky <dsimansk@redhat.com>
  • Loading branch information
cardil and dsimansk authored Jun 19, 2024
1 parent 9f27b9e commit e2dcaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prowgen/prowgen_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ func createPromotionAdditionalImages(r Repository) map[string]string {
}
}

func createPropotionName(p Promotion, branchName string) string {
func createPromotionName(p Promotion, branchName string) string {
tpl := "knative-${version}"
if p.Template != "" {
tpl = p.Template
Expand Down

0 comments on commit e2dcaa5

Please sign in to comment.