Skip to content

Commit b98394f

Browse files
nit: explicitly call out that the function grabs custom providers
Co-authored-by: Furkat Gofurov <[email protected]>
1 parent de29d47 commit b98394f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/phases.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (p *phaseReconciler) initializePhaseReconciler(ctx context.Context) (reconc
147147
return reconcile.Result{}, err
148148
}
149149

150-
// Get all providers using fetchConfig that aren't the current provider.
150+
// Get all custom providers using fetchConfig that aren't the current provider.
151151
customProviders, err := util.GetCustomProviders(ctx, p.ctrlClient, p.provider)
152152
if err != nil {
153153
return reconcile.Result{}, err

0 commit comments

Comments
 (0)