Merge pull request #6826 from VilledeMontreal/fix/compPluginUninstall

fix(comp): helm plugin 'remove' is now 'uninstall'
pull/6836/head
Matthew Fisher 5 years ago committed by GitHub
commit 6ac64488f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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