Skip to content

Commit a132279

Browse files
authored
fix: use a better name for registry check (#1204)
**What problem does this PR solve?**: changes name of registry chec **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent ddba5ff commit a132279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/preflight/generic/registry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type registryCheck struct {
3535
}
3636

3737
func (r *registryCheck) Name() string {
38-
return "RegistryCredentials"
38+
return "Registry"
3939
}
4040

4141
func (r *registryCheck) Run(ctx context.Context) preflight.CheckResult {

0 commit comments

Comments
 (0)