Skip to content

Commit

Permalink
Correcting testing var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Winder committed Feb 11, 2019
1 parent 5c22ce7 commit bb33a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function updateService() {
| jq -r '.taskArns[]')

if [[ ! -z $RUNNING_TASKS ]] ; then
readarray -td, RUNNING_TASKS_ARRAY <<<"$TST_ARRAY"; declare -p RUNNING_TASKS_ARRAY;
readarray -td, RUNNING_TASKS_ARRAY <<<"$RUNNING_TASKS"; declare -p RUNNING_TASKS_ARRAY;
COUNT_RUNNING_TASKS="${#RUNNING_TASKS_ARRAY[@]}"

while [$COUNT_RUNNING_TASKS -gt 0]; do
Expand Down

0 comments on commit bb33a49

Please sign in to comment.