Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jodok Batlogg <jodok@batlogg.com>
  • Loading branch information
jodok committed Jul 2, 2021
1 parent 0a435c9 commit d7c45de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/kustomization_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (r *KustomizationReconciler) Reconcile(ctx context.Context, req ctrl.Reques
r.recordReadiness(ctx, kustomization)
return ctrl.Result{RequeueAfter: r.requeueDependency}, nil
}
log.Info("All dependencies area ready, proceeding with reconciliation")
log.Info("All dependencies are ready, proceeding with reconciliation")
}

// record reconciliation duration
Expand Down

0 comments on commit d7c45de

Please sign in to comment.