Anukul Sangwan 4 лет назад
Родитель
Сommit
5768ca7d90
1 измененных файлов с 1 добавлено и 1 удалено
  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