From 7a70143632bbba2d55b0af3b364045c4f5b25915 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 27 Jul 2021 23:11:23 +0100 Subject: [PATCH] Readable logs --- dist/remote-builder/cloneNoLFS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' '