cleanup and corrections

pull/289/head
Frostebite 2021-08-01 20:37:10 +01:00
parent 860ad97c89
commit 9d9894f169
1 changed files with 2 additions and 2 deletions

View File

@ -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