Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
#46 fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
edbordin committed Nov 22, 2020
1 parent 5590c6b commit c04570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/test_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ ${ARCH} == "linux_armv7l" ] || [ ${ARCH} == "linux_aarch64" ]
then
if [ ${ARCH} == "linux_armv7l" ]; then
DOCKER_ARCH="arm"
elif
else
DOCKER_ARCH="aarch64"
fi

Expand Down

0 comments on commit c04570e

Please sign in to comment.