Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
builder-run: correct the path for tectonic-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
rithujohn191 committed May 10, 2017
1 parent 0399b46 commit 6e2371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder-run
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ done

PROJECT=$SCRIPT_DIR
set -x
docker run --user="${BUILDER_RUN_USER}" $ENV_STR --rm -v $PROJECT:/go/src/github.com/coreos/tectonic-installer -w /go/src/coreos/tectonic-installer $DOCKER_RUN_ARGS $BUILDER_IMAGE $@
docker run --user="${BUILDER_RUN_USER}" $ENV_STR --rm -v $PROJECT:/go/src/github.com/coreos/tectonic-installer -w /go/src/github.com/coreos/tectonic-installer $DOCKER_RUN_ARGS $BUILDER_IMAGE $@

0 comments on commit 6e2371d

Please sign in to comment.