Update URI for cover

This commit is contained in:
Joseph Holley 2015-01-23 10:35:46 -06:00
parent ab9e13ffb6
commit 1a002ea87e
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|