Skip to content

Commit e551cf8

Browse files
authored
Merge pull request kubernetes#89615 from tahsinrahman/fix-duplicate
Ensure NamedCertKeyArray implements flag.Value
2 parents 2590f6c + d82e9eb commit e551cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/component-base/cli/flag/namedcertkey_flag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type NamedCertKeyArray struct {
7575
changed bool
7676
}
7777

78-
var _ flag.Value = &NamedCertKey{}
78+
var _ flag.Value = &NamedCertKeyArray{}
7979

8080
// NewNamedKeyCertArray creates a new NamedCertKeyArray with the internal value
8181
// pointing to p.

0 commit comments

Comments
 (0)