Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Calum Murray <cmurray@redhat.com>
  • Loading branch information
Cali0707 committed Jun 3, 2024
1 parent 74f14a7 commit 29e5234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/pkg/reconciler/channel/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (r *Reconciler) ReconcileKind(ctx context.Context, channel *messagingv1beta
}
logger.Debug("Got contract data from config map", zap.Any(base.ContractLogKey, ct))

_, err := r.setTrustBundles(ct)
_, err = r.setTrustBundles(ct)
if err != nil {
return statusConditionManager.FailedToResolveConfig(err)
}
Expand Down

0 comments on commit 29e5234

Please sign in to comment.