Skip to content

Commit

Permalink
Merge pull request #631 from joeholley/cover_uri_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanuber committed Jan 23, 2015
2 parents 1908701 + d5c59e7 commit 33b2e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 33b2e71

Please sign in to comment.