Skip to content

Commit

Permalink
Missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga committed Jun 23, 2021
1 parent e28430f commit 5469071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run-task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ "$SERVICE_TYPE" == "FARGATE" ]]; then
TASK_ID=$(aws ecs run-task \
--cluster $CLUSTER_NAME \
--task-definition $TASK_ARN \
--network-configuration "awsvpcConfiguration={subnets=[${SUBNETS}]" \
--network-configuration "awsvpcConfiguration={subnets=[${SUBNETS}]}" \
--launch-type FARGATE \
--query="tasks[0].taskArn" \
--output=text)
Expand Down

0 comments on commit 5469071

Please sign in to comment.