diff --git a/watcher/registryhandler.go b/watcher/registryhandler.go index 0ef4e29..3160979 100644 --- a/watcher/registryhandler.go +++ b/watcher/registryhandler.go @@ -188,7 +188,7 @@ func (ch *RegistryCommandsHandler) checkRegistry(cmd v1alpha1.OperatorCommand) ( return payload, nil } -// Uses AWS SDK instead of HTTP calls for ECR to avoid _catalog endpoint issues +// Uses AWS SDK instead of HTTP calls for ECR to avoid _catalog endpoint issue func (ch *RegistryCommandsHandler) checkECRRegistry(registry armotypes.ContainerImageRegistry) ([]byte, error) { var registryURI string if awsRegistry, ok := registry.(*armotypes.AWSImageRegistry); ok {