diff --git a/dist/remote-builder/cloneNoLFS.sh b/dist/remote-builder/cloneNoLFS.sh index 9e005a5e..ac4a66c6 100755 --- a/dist/remote-builder/cloneNoLFS.sh +++ b/dist/remote-builder/cloneNoLFS.sh @@ -20,7 +20,7 @@ tree echo ' ' echo 'List all LFS file hashes:' -git lfs ls-files --all | cut -d ' ' -f1 | sort +git lfs ls-files -l | cut -d ' ' -f1 | sort echo ' '