From 0dfe5fd8531b50b42cc8087afc57f3f595f43286 Mon Sep 17 00:00:00 2001 From: Igor Vuk Date: Sun, 14 Sep 2014 00:51:50 +0200 Subject: [PATCH] Unify GOPATH capitalization, delete empty line --- Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 259aa026f..5cd290823 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -21,10 +21,9 @@ export GOPATH="/opt/gopath" export PATH="/opt/go/bin:\$GOPATH/bin:\$PATH" EOF -# Make sure the gopath is usable by vagrant +# Make sure the GOPATH is usable by vagrant chown -R vagrant:vagrant $SRCROOT chown -R vagrant:vagrant /opt/gopath - SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|