fix(comp): helm plugin 'remove' is now 'uninstall'

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
pull/6826/head
Marc Khouzam 5 years ago
parent 2033853d8c
commit 1e58f484ff

@ -286,7 +286,7 @@ __helm_custom_func()
__helm_list_repos
return
;;
helm_plugin_remove | helm_plugin_update)
helm_plugin_uninstall | helm_plugin_update)
__helm_list_plugins
return
;;

Loading…
Cancel
Save