From 9d9894f169db888201c68ed888acc630979c3641 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 1 Aug 2021 20:37:10 +0100 Subject: [PATCH] cleanup and corrections --- dist/remote-builder/handleCaching.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/remote-builder/handleCaching.sh b/dist/remote-builder/handleCaching.sh index 0e50496c..b15ba80b 100755 --- a/dist/remote-builder/handleCaching.sh +++ b/dist/remote-builder/handleCaching.sh @@ -45,10 +45,10 @@ fi latestLFSCacheFile=$(ls -t "$lfsCacheFolder" | grep .zip$ | head -1) -echo 'Checking cache for an exact match of LFS hash' +echo "Checking cache for an exact match of LFS hash or using $latestLFSCacheFile" if [ ! -v "$LFS_ASSETS_HASH" ] && [ -f "$lfsCacheFolder/$LFS_ASSETS_HASH.zip" ]; then - echo 'Exact LFS hash match' + echo "Exact LFS hash match" latestLFSCacheFile="$LFS_ASSETS_HASH.zip" fi