Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lothar1998 committed Jul 10, 2024
1 parent cf31fda commit ceabd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asdf_update_golang_env() {
GOPATH="$(dirname "${GOROOT:A}")/packages"

export GOBIN
GOBIN="$(dirname "$(dirname "${go_path:A}")")/bin"
GOBIN="$(dirname "${GOROOT:A}")/bin"
fi
}

Expand Down

0 comments on commit ceabd1b

Please sign in to comment.