Rename promote function to service_promote

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-29 02:55:44 -04:00
parent 87084e7135
commit 3ed32a0f05
2 changed files with 29 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ mysql-promote-cmd() {
[[ -z "$APP" ]] && dokku_log_fail "Please specify an app to run the command on"
verify_service_name "$SERVICE"
verify_app_name "$APP"
promote "$SERVICE" "$APP"
service_promote "$SERVICE" "$APP"
}
mysql-promote-cmd "$@"