Unify GOPATH capitalization, delete empty line

This commit is contained in:
Igor Vuk 2014-09-14 00:51:50 +02:00
parent 1a782d27f7
commit 0dfe5fd853
1 changed files with 1 additions and 2 deletions

3
Vagrantfile vendored
View File

@ -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|