mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
Fix error text when using "dokku plugin:uninstall"
This commit is contained in:
@@ -7,7 +7,7 @@ source "$PLUGIN_AVAILABLE_PATH/plugin/internal-functions"
|
||||
plugin_uninstall_cmd() {
|
||||
declare desc="uninstalls plugin via command line"
|
||||
local cmd="plugin:uninstall"
|
||||
[[ -z $2 ]] && dokku_log_fail "Please specify a plugin to enable"
|
||||
[[ -z $2 ]] && dokku_log_fail "Please specify a plugin to uninstall"
|
||||
local PLUGIN="$2"
|
||||
uninstall_plugin "$PLUGIN"
|
||||
plugin_prime_bash_completion
|
||||
|
||||
Reference in New Issue
Block a user