diff --git a/build.sh b/build.sh index 4cd66fb..d68ea2a 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ set -e set -x -export PATH="$PWD/../../tool":$PATH +export PATH="$(dirname "$0")/../../tool":$PATH go run github.com/tailscale/mkctr \ --target="flyio" \