Merge pull request #631 from joeholley/cover_uri_fix
Update URI for cover as per https://groups.google.com/forum/#!topic/consul-tool/AytN6_RqTDQ
This commit is contained in:
commit
cd267771aa
|
@ -31,7 +31,7 @@ sudo chown -R vagrant:vagrant /opt/gopath
|
||||||
sudo apt-get install -y git-core
|
sudo apt-get install -y git-core
|
||||||
|
|
||||||
# Install go tools
|
# Install go tools
|
||||||
go get code.google.com/p/go.tools/cmd/cover
|
go get golang.org/x/tools/cmd/cover
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
|
|
Loading…
Reference in New Issue