debug logging

pull/289/head
Frostebite 2021-08-01 22:07:49 +01:00
parent f9a33ed4e5
commit f851984df8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
echo "Checking cache for a cache match based on the combined large files hash ($lfsCacheFolder/$LFS_ASSETS_HASH.zip)"
if [ -v "$LFS_ASSETS_HASH" && -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then
if [ -z "${LFS_ASSETS_HASH}" -a -f "$lfsCacheFolder/$LFS_ASSETS_HASH" ]; then
echo "Match found: using large file hash match $LFS_ASSETS_HASH.zip"
latestLFSCacheFile="$LFS_ASSETS_HASH"
else