Skip to content

Commit

Permalink
fixup! address edoardo's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Nov 13, 2024
1 parent bf79776 commit 291f0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/autoupdate/rolloutcontroller/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (r *Reconciler) Reconcile(ctx context.Context) error {
}
}
}
return trace.CompareFailed("compare failed, tried %d times, last error: %w", tries, err)
return trace.CompareFailed("compare failed, tried %d times, last error: %s", tries, err)
}

// tryReconcile tries to reconcile the AutoUpdateAgentRollout singleton.
Expand Down

0 comments on commit 291f0ea

Please sign in to comment.