Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit 6975242

Browse files
author
Cameron Taggart
committed
dash $HOME
1 parent 3bf330b commit 6975242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/install-vscode-Go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $dir/install-vscode-extension.sh lukehoban Go 0.6.38
66
# see https://github.com/ctaggart/golang-vscode/issues/8
77
#echo 'export GOPATH=$HOME/go' >> ~/.bash_profile
88
#echo 'export PATH=$GOPATH/bin:/usr/local/go/bin:$PATH' >> ~/.bash_profile
9-
export GOPATH=~/go
9+
export GOPATH=$HOME/go
1010
echo 'export PATH=~/go/bin:/usr/local/go/bin:$PATH' >> ~/.bash_profile
1111
. ~/.bash_profile
1212

0 commit comments

Comments
 (0)