Skip to content

Commit f9a2063

Browse files
authored
Merge pull request #736 from carlossg/patch-1
chore: fix typo reconcilation
2 parents 04c6980 + ee3f232 commit f9a2063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/helmrelease_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func (r *HelmReleaseReconciler) Reconcile(ctx context.Context, req ctrl.Request)
188188
r.recordReadiness(ctx, hr)
189189

190190
// Log reconciliation duration
191-
durationMsg := fmt.Sprintf("reconcilation finished in %s", time.Now().Sub(start).String())
191+
durationMsg := fmt.Sprintf("reconciliation finished in %s", time.Now().Sub(start).String())
192192
if result.RequeueAfter > 0 {
193193
durationMsg = fmt.Sprintf("%s, next run in %s", durationMsg, result.RequeueAfter.String())
194194
}

0 commit comments

Comments
 (0)