Rename functions

This commit is contained in:
Luke Murphy
2020-03-22 00:10:40 +01:00
parent 50914efdc5
commit c611603eb5
2 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,10 @@
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
ansible_default_cmd() {
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
cmd-ansible-default() {
dokku_log_fail "Please use one of the specified commands, run dokku ansible:help"
}
ansible_default_cmd "$@"
cmd-ansible-default "$@"