Skip to content

Commit ebb8b10

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

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
@@ -137,7 +137,7 @@ func (n *NamespaceList) GetNamespaces() NamespaceList {
137137
ns = DefaultNamespaces
138138
} else {
139139
if n.IsAllNamespaces() {
140-
klog.InfoS("Using all namespace")
140+
klog.InfoS("Using all namespaces")
141141
} else {
142142
klog.InfoS("Using namespaces", "nameSpaces", ns)
143143
}

0 commit comments

Comments
 (0)