Rename promote function to service_promote

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-29 02:55:43 -04:00
parent 70a3c0646a
commit f406b36136
2 changed files with 29 additions and 29 deletions

View File

@@ -14,7 +14,7 @@ mongo-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"
}
mongo-promote-cmd "$@"