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

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
pull/7423/head
Marc Khouzam 5 years ago committed by Matthew Fisher
parent 4b7304ce0e
commit 00c7880792
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

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

Loading…
Cancel
Save