Skip to content

Commit 1f28bdd

Browse files
committed
fix wrong paths
1 parent ec4f93c commit 1f28bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# prepending
44
export GOBIN=$PWD/bin/tools
5-
export GOBIN=$PWD/bin/tools/bin
65
export PATH=$GOBIN:$PATH
76
export PATH=$GOBIN/bin:$PATH
7+
export PATH=$PWD/bin/tools/bin:$PATH
88
export PATH=$PWD/bin:$PATH
99
export PATH=$PWD/bin/build:$PATH
1010

0 commit comments

Comments
 (0)