Skip to content

Commit

Permalink
change variable to
Browse files Browse the repository at this point in the history
  • Loading branch information
inokappa committed Sep 28, 2020
1 parent 4d1c5fc commit f298db7
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 @@ -339,7 +339,7 @@ function createNewTaskDefJson() {
# + Update definition to use new image name
# + Filter the def
if [[ "x$TAGONLY" == "x" ]]; then
DEF=$( echo "$TASK_DEFINITION" \
DEF=$( echo "$taskDefinition" \
| sed -e 's~"image":.*'"${imageWithoutTag}"'.*,~"image": "'"${useImage}"'",~g' \
| jq '.taskDefinition' )
else
Expand Down

0 comments on commit f298db7

Please sign in to comment.