pull/289/head
Frostebite 2021-08-02 01:04:42 +01:00
parent 22743a41c1
commit d436f9aff5
1 changed files with 1 additions and 1 deletions

View File

@ -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.zip" ]; then
if [ -f "$lfsCacheFolder/$LFS_ASSETS_HASH.zip" ]; then
echo "Match found: using large file hash match $LFS_ASSETS_HASH.zip"
latestLFSCacheFile="$LFS_ASSETS_HASH"
else