chore: correct verbiage around upgrades

This commit is contained in:
Jose Diaz-Gonzalez
2018-10-10 02:54:34 -04:00
parent ab4091bfec
commit b66e047cfa
2 changed files with 3 additions and 3 deletions

View File

@@ -279,9 +279,9 @@ service_container_rm() {
local SERVICE_NAME="$(get_service_name "$SERVICE")"
service_stop "$SERVICE"
dokku_log_info2_quiet "Removing container"
dokku_log_verbose_quiet "Removing container"
if ! docker rm "$SERVICE_NAME" > /dev/null 2>&1; then
dokku_log_fail "Unable to stop container for service $SERVICE"
dokku_log_fail "Unable to remove container for service $SERVICE"
fi
}