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
phuongdnguyen and krancour committed Apr 19, 2024
1 parent 4cfa596 commit 4feb10d
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 @@ -436,7 +436,7 @@ func (r *reconciler) promote(
if err != nil {
return nil, err
}
newStatus = newStatus.WithFreight(&targetFreight)
newStatus = newStatus.WithFreight(&nextFreight)

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

Expand Down

0 comments on commit 4feb10d

Please sign in to comment.