Skip to content

Commit

Permalink
Restyled by shellharden
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Nov 3, 2021
1 parent d037632 commit d2ae72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/cirque_android_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ while (($#)); do
shift
done

docker buildx build -t "$ORG/$IMAGE:$VERSION" -f $CIRQUE_RESOURCES/Dockerfile.android_emulator "${ARGS[@]}" $CIRQUE_RESOURCES
docker buildx build -t "$ORG/$IMAGE:$VERSION" -f "$CIRQUE_RESOURCES"/Dockerfile.android_emulator "${ARGS[@]}" "$CIRQUE_RESOURCES"

0 comments on commit d2ae72b

Please sign in to comment.