We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4f93c commit 1f28bddCopy full SHA for 1f28bdd
.envrc
@@ -2,9 +2,9 @@
2
3
# prepending
4
export GOBIN=$PWD/bin/tools
5
-export GOBIN=$PWD/bin/tools/bin
6
export PATH=$GOBIN:$PATH
7
export PATH=$GOBIN/bin:$PATH
+export PATH=$PWD/bin/tools/bin:$PATH
8
export PATH=$PWD/bin:$PATH
9
export PATH=$PWD/bin/build:$PATH
10
0 commit comments