fix: minor stylistic change

This commit is contained in:
Jose Diaz-Gonzalez
2017-04-21 10:22:20 -06:00
committed by GitHub
parent dea1c86a9b
commit 6d21ab20bd

View File

@@ -7,10 +7,7 @@ source "$PLUGIN_AVAILABLE_PATH/ps/functions"
report_single_app() {
declare APP="$1" INFO_FLAG="$2"
local APP_DIR="$DOKKU_ROOT/$APP"
local use_echo
if [[ "$INFO_FLAG" == "true" ]]; then
INFO_FLAG=""
fi
[[ "$INFO_FLAG" == "true" ]] && INFO_FLAG=""
local passed_phases="deploy"
local APP_CIDS=$(get_app_container_ids "$APP"); local PROCS=0; local RUNNING=""