Skip to content

Commit

Permalink
Fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Sep 11, 2024
1 parent 7b6a60d commit a1bad86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/prowgen/prowgen_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ func withTagPromotion(r Repository, branchName string) ReleaseBuildConfiguration
}
if !r.Promotion.SkipSrc {
cfg.PromotionConfiguration = generateSrcPromotion(ns, branchName, r)
cfg.PromotionConfiguration = generateSrcPromotion(ns, branchName, r)
}
return nil
}
Expand Down

0 comments on commit a1bad86

Please sign in to comment.