Skip to content

Commit

Permalink
fix pattern substitution typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Mar 2, 2020
1 parent 45d84c6 commit dfd3405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_linux_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function install_run {
else
# aarch64 is called arm64v8 in Ubuntu
local plat_subst=$([ "$plat" == aarch64 ] && echo arm64v8 || echo $plat)
local docker_image="${DOCKER_TEST_IMAGE/\{plat_subst\}/$plat_subst}"
local docker_image="${DOCKER_TEST_IMAGE/\{PLAT\}/$plat_subst}"
fi
docker pull $docker_image
docker run --rm \
Expand Down

0 comments on commit dfd3405

Please sign in to comment.