Merge pull request #56 from metabarcoding/push-tnrvpwvqtzyo

update install script
This commit is contained in:
coissac
2025-11-04 18:11:21 +01:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ export PATH
GOPATH="$(pwd)/go"
export GOPATH
export GOCACHE="$(cd ${WORK_DIR}/cache && pwd)"
export GOCACHE="$(pwd)/cache"
echo "GOCACHE=$GOCACHE" 1>&2@
mkdir -p "$GOCACHE"