Remove redundant -build-toolchain for gox

Running `make release` on the provided Vagrant machine errors with an error.

Removing the `-build-toolchain` fixes it.
pull/4209/head
Philipp Preß 11 years ago
parent d69abbaeda
commit a4c62673ee

@ -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

Loading…
Cancel
Save