Merge pull request #4209 from nTraum/gox_without_build_toolchain

Remove redundant -build-toolchain for gox
This commit is contained in:
James Nugent 2015-12-08 11:31:26 -05:00
commit 2652fa7f97
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ plugin-dev: generate
mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN)
release: updatedeps
gox -build-toolchain
gox
@$(MAKE) bin
# test runs the unit tests and vets the code