diff --git a/Vagrantfile b/Vagrantfile index 1d286330e8..259aa026f6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,7 +20,6 @@ cat </etc/profile.d/gopath.sh export GOPATH="/opt/gopath" export PATH="/opt/go/bin:\$GOPATH/bin:\$PATH" EOF -chmod 0755 /etc/profile.d/gopath.sh # Make sure the gopath is usable by vagrant chown -R vagrant:vagrant $SRCROOT