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:
Ryan Uber 2015-01-23 10:11:59 -08:00
commit cd267771aa
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -31,7 +31,7 @@ sudo chown -R vagrant:vagrant /opt/gopath
sudo apt-get install -y git-core
# Install go tools
go get code.google.com/p/go.tools/cmd/cover
go get golang.org/x/tools/cmd/cover
SCRIPT
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|