mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
Add GOBIN to go script
This commit is contained in:
parent
127735141c
commit
17ddcd91d6
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
exec go1.18beta2 "$@"
|
||||
exec "$GOBIN/go1.18beta2" "$@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user