Remove call to dokku service:info in favor of service_info

This commit is contained in:
Jose Diaz-Gonzalez
2016-05-15 19:36:08 -04:00
parent 3e4409fcfb
commit f1731bac00

View File

@@ -267,7 +267,7 @@ service_create_container() {
docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" dokkupaas/wait > /dev/null
dokku_log_info2 "$PLUGIN_SERVICE container created: $SERVICE"
dokku "$PLUGIN_COMMAND_PREFIX:info" "$SERVICE"
service_info "$SERVICE"
}
service_stop() {