Skip to content

Commit

Permalink
revert changes to docker run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Oct 22, 2020
1 parent 5d1d26d commit dddd70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ORG=${DOCKER_RUN_ORG:-connectedhomeip}
IMAGE=${DOCKER_RUN_IMAGE:-$(basename "$here")}

# version
VERSION=${DOCKER_RUN_VERSION:-0.4.11} ||
VERSION=${DOCKER_RUN_VERSION:-$(cat "$here/version")} ||
die "please run me from an image directory or set environment variables:
DOCKER_RUN_ORG
DOCKER_RUN_IMAGE
Expand Down

0 comments on commit dddd70d

Please sign in to comment.