Skip to content

Commit

Permalink
Update repo in docker orchestrator build.sh file (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonja committed Jan 17, 2017
1 parent 909cfa5 commit f3d6edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/orchestrator/build.sh
Expand Up @@ -5,7 +5,7 @@ set -e
tmpdir=`mktemp -d`

script="go get github.com/youtube/vitess/go/cmd/vtctlclient && \
git clone https://github.com/enisoc/orchestrator.git src/github.com/github/orchestrator && \
git clone https://github.com/github/orchestrator.git src/github.com/github/orchestrator && \
go install github.com/github/orchestrator/go/cmd/orchestrator"

echo "Building orchestrator..."
Expand Down

0 comments on commit f3d6edf

Please sign in to comment.