From 653f952b59683bb11fe14c081044ef8bf8a6f620 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 2 Aug 2021 00:48:13 +0100 Subject: [PATCH] fix --- dist/remote-builder/handleCaching.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/remote-builder/handleCaching.sh b/dist/remote-builder/handleCaching.sh index 5cb7a3e3..18ff0f4e 100755 --- a/dist/remote-builder/handleCaching.sh +++ b/dist/remote-builder/handleCaching.sh @@ -44,7 +44,7 @@ fi echo "Checking cache for a cache match based on the combined large files hash ($lfsCacheFolder/$LFS_ASSETS_HASH.zip)" -if [ -z "${LFS_ASSETS_HASH}" -a -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then +if [ -z "${LFS_ASSETS_HASH}" -a -f "$lfsCacheFolder/$LFS_ASSETS_HASH.zip" ]; then echo "Match found: using large file hash match $LFS_ASSETS_HASH.zip" latestLFSCacheFile="$LFS_ASSETS_HASH" else