Skip to content

Commit

Permalink
Update promotions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kent Rancourt <kent.rancourt@gmail.com>
Signed-off-by: Phuong D. Nguyen <knowledge.phuongnguyen@gmail.com>
  • Loading branch information
2 people authored and hiddeco committed Apr 22, 2024
1 parent 41751fa commit ba3004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/promotions/promotions.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ func (r *reconciler) promote(
if err != nil {
return nil, err
}
newStatus = newStatus.WithFreight(&targetFreight)
newStatus = newStatus.WithFreight(&nextFreight)

Check warning on line 460 in internal/controller/promotions/promotions.go

View check run for this annotation

Codecov / codecov/patch

internal/controller/promotions/promotions.go#L460

Added line #L460 was not covered by tests

logger.Debugf("promotion %s", newStatus.Phase)

Expand Down

0 comments on commit ba3004d

Please sign in to comment.