mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-26 16:36:26 -06:00
Unify GOPATH capitalization, delete empty line
This commit is contained in:
parent
1a782d27f7
commit
0dfe5fd853
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user