From 4588096690eca449c8877bf92178b27fd8f3aa18 Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Thu, 29 Dec 2022 22:12:13 -0500 Subject: [PATCH] Increase build script portability --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cb7485d..f648733 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ set -e -GOMAXPROCS=1 hugo --cacheDir /tmp/hugo_kindrobot +GOMAXPROCS=1 hugo --cacheDir /$TMPDIR/hugo_kindrobot