Skip to content

Commit 7cb694c

Browse files
committed
fix wrong paths
1 parent ec4f93c commit 7cb694c

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,7 +2,7 @@
22

33
# prepending
44
export GOBIN=$PWD/bin/tools
5-
export GOBIN=$PWD/bin/tools/bin
5+
export PATH=$PWD/bin/tools/bin
66
export PATH=$GOBIN:$PATH
77
export PATH=$GOBIN/bin:$PATH
88
export PATH=$PWD/bin:$PATH

0 commit comments

Comments
 (0)