Anukul Sangwan 4 lat temu
rodzic
commit
5768ca7d90
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/types/namespace.go

+ 1 - 1
api/types/namespace.go

@@ -32,7 +32,7 @@ func (h *ReleaseListFilter) listStatesFromNames() action.ListStates {
 	return res
 }
 
-// apply sets the ReleaseListFilter options for an action.List
+// Apply sets the ReleaseListFilter options for an action.List
 func (h *ReleaseListFilter) Apply(list *action.List) {
 	if h.Namespace == "" {
 		list.AllNamespaces = true