From 9ee6c3c5cfd470bf4fdb48ab120f2874e261efaf Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 10 Oct 2018 02:32:59 -0400 Subject: [PATCH] chore: remove unnecessary call --- subcommands/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/subcommands/upgrade b/subcommands/upgrade index a518733..3e390b1 100755 --- a/subcommands/upgrade +++ b/subcommands/upgrade @@ -14,7 +14,6 @@ service-upgrade-cmd() { declare desc="upgrade service to the specified versions" local cmd="$PLUGIN_COMMAND_PREFIX:upgrade" argv=("$@"); [[ ${argv[0]} == "$cmd" ]] && shift 1 declare SERVICE="$1" CLONE_FLAGS_LIST="${@:2}" - is_implemented_command "$cmd" || dokku_log_fail "Not yet implemented" [[ -z "$SERVICE" ]] && dokku_log_fail "Please specify a name for the service" verify_service_name "$SERVICE"