Skip to content

Commit d5486a7

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

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
@@ -139,7 +139,7 @@ func (n *NamespaceList) GetNamespaces() NamespaceList {
139139
if n.IsAllNamespaces() {
140140
klog.InfoS("Using all namespace")
141141
} else {
142-
klog.InfoS("Using namespaces", "namespaces", ns)
142+
klog.InfoS("Using namespaces", "nameSpaces", ns)
143143
}
144144
}
145145
return ns

0 commit comments

Comments
 (0)