Skip to content

Commit 8d47690

Browse files
swiatekmjaronoff97
andauthored
Fix docstring in internal/autodetect/main.go
Co-authored-by: Jacob Aronoff <[email protected]>
1 parent 59452da commit 8d47690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/autodetect/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func (a *autoDetect) CertManagerAvailability(ctx context.Context) (certmanager.A
161161
return certmanager.Available, nil
162162
}
163163

164-
// TargetAllocatorAvailability checks if OpenShift Route are available.
164+
// TargetAllocatorAvailability checks if the target allocator CRD is available.
165165
func (a *autoDetect) TargetAllocatorAvailability() (targetallocator.Availability, error) {
166166
apiList, err := a.dcl.ServerGroups()
167167
if err != nil {

0 commit comments

Comments
 (0)