From 2552590e227940ef5920684b2d5eacffe5937d85 Mon Sep 17 00:00:00 2001 From: jba Date: Mon, 9 Feb 2015 11:27:00 +0100 Subject: [PATCH] fix the GOPATH/bin --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 687bc09af..6415a58b6 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