diff --git a/Vagrantfile b/Vagrantfile index 6415a58b6..687bc09af 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,7 +15,7 @@ cd /opt/go/src && ./all.bash mkdir -p /opt/gopath cat </etc/profile.d/gopath.sh export GOPATH="/opt/gopath" -export PATH="/opt/go/bin:$GOPATH/bin:\$PATH" +export PATH="/opt/go/bin:\$GOPATH/bin:\$PATH" EOF # Make sure the GOPATH is usable by vagrant