From 1a002ea87edd3c369a87438555c6bf6e4f2a26fb Mon Sep 17 00:00:00 2001 From: Joseph Holley Date: Fri, 23 Jan 2015 10:35:46 -0600 Subject: [PATCH] Update URI for cover --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 424a618e0..86446dc29 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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|