Skip to content

Commit

Permalink
chore: pr review
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
  • Loading branch information
zachaller committed Feb 18, 2025
1 parent 981e072 commit 02818f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/argocdcommitstatus_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ func (r *ArgoCDCommitStatusReconciler) updateAggregatedCommitStatus(ctx context.
if err != nil {
return fmt.Errorf("failed to create CommitStatus object: %w", err)
}
currentCommitStatus = desiredCommitStatus
} else {
// Update
currentCommitStatus.Spec = desiredCommitStatus.Spec
Expand Down

0 comments on commit 02818f7

Please sign in to comment.