Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeldeib committed Jul 29, 2021
1 parent 5caa5c6 commit 0f5ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-go.sh
Expand Up @@ -41,7 +41,7 @@ tar -xvf go${GOLANG_VERSION}.linux-amd64.tar.gz -C /usr/local

echo "updating path to include go binaries"
export PATH="$PATH:/usr/local/go/bin"
export GOPATH="/$(whoami)/go"
export GOPATH="/home/$(whoami)/go"

mkdir -p "${GOPATH}"

Expand Down

0 comments on commit 0f5ddc0

Please sign in to comment.