Skip to content

Commit 59d6133

Browse files
committed
fix: use a better name for registry check
1 parent ddba5ff commit 59d6133

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)