Skip to content

Commit

Permalink
fix small typo (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmota committed Feb 7, 2024
1 parent 8aa415c commit 2f7e2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoscaler/controllers/datacollection/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Sync(ctx context.Context, c client.Client, scheme *runtime.Scheme, imagePul
}

if dataCollectionCollectorGroup == nil {
logger.V(3).Info("data collection collector group not exists, nothing to sync")
logger.V(3).Info("data collection collector group doesn't exist, nothing to sync")
return nil
}

Expand Down
2 changes: 1 addition & 1 deletion autoscaler/controllers/gateway/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Sync(ctx context.Context, client client.Client, scheme *runtime.Scheme, ima
}

if gatewayCollectorGroup == nil {
logger.V(3).Info("gateway collector group not exists, nothing to sync")
logger.V(3).Info("gateway collector group doesn't exist, nothing to sync")
return nil
}

Expand Down

0 comments on commit 2f7e2bd

Please sign in to comment.