Skip to content

Commit

Permalink
Update pkg/curatedpackages/packagecontrollerclient.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cavaughn Browne <113555337+cxbrowne1207@users.noreply.github.com>
  • Loading branch information
d8660091 and cxbrowne1207 authored Sep 14, 2023
1 parent 856c200 commit 8adb6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/curatedpackages/packagecontrollerclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (pc *PackageControllerClient) GetCuratedPackagesRegistries(ctx context.Cont
defaultRegistry = regionalRegistry
defaultImageRegistry = regionalRegistry
} else {
logger.V(6).Info("Using non-regional registry", "RegionalRegistryAccessIssue", err)
logger.V(6).Info("Using fallback registry", "Registry", defaultRegistry" "RegionalRegistryAccessIssue", err)

Check failure on line 278 in pkg/curatedpackages/packagecontrollerclient.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected literal " " in argument list; possibly missing comma or )

Check failure on line 278 in pkg/curatedpackages/packagecontrollerclient.go

View workflow job for this annotation

GitHub Actions / build

newline in string

Check failure on line 278 in pkg/curatedpackages/packagecontrollerclient.go

View workflow job for this annotation

GitHub Actions / lint

missing ',' in argument list (typecheck)
}
}
return sourceRegistry, defaultRegistry, defaultImageRegistry
Expand Down

0 comments on commit 8adb6aa

Please sign in to comment.