Skip to content

Commit

Permalink
dist.sh: fix gpm from a clean checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Feb 27, 2015
1 parent 1308361 commit ed21587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mkdir -p $DIR/dist/docker

mkdir -p $DIR/.godeps
export GOPATH=$DIR/.godeps:$GOPATH
gpm install
GOPATH=$DIR/.godeps gpm install

os=$(go env GOOS)
arch=$(go env GOARCH)
Expand Down

0 comments on commit ed21587

Please sign in to comment.