From 69752424dd35f1595cdc9253a53dfe6e4710b437 Mon Sep 17 00:00:00 2001 From: Cameron Taggart Date: Sat, 30 Apr 2016 11:19:58 -0700 Subject: [PATCH] dash $HOME --- root/install-vscode-Go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/install-vscode-Go.sh b/root/install-vscode-Go.sh index 900d0c0..5b092d8 100755 --- a/root/install-vscode-Go.sh +++ b/root/install-vscode-Go.sh @@ -6,7 +6,7 @@ $dir/install-vscode-extension.sh lukehoban Go 0.6.38 # see https://github.com/ctaggart/golang-vscode/issues/8 #echo 'export GOPATH=$HOME/go' >> ~/.bash_profile #echo 'export PATH=$GOPATH/bin:/usr/local/go/bin:$PATH' >> ~/.bash_profile -export GOPATH=~/go +export GOPATH=$HOME/go echo 'export PATH=~/go/bin:/usr/local/go/bin:$PATH' >> ~/.bash_profile . ~/.bash_profile