Skip to content

Commit 62beea0

Browse files
Apply suggestions from code review
Co-authored-by: JUN YANG <[email protected]>
1 parent a2ccd75 commit 62beea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (n *NamespaceList) Set(value string) error {
133133
func (n *NamespaceList) GetNamespaces() NamespaceList {
134134
ns := *n
135135
if len(*n) == 0 {
136-
klog.InfoS("Using all namespace")
136+
klog.InfoS("Using all namespaces")
137137
ns = DefaultNamespaces
138138
} else {
139139
if n.IsAllNamespaces() {

0 commit comments

Comments
 (0)