From 409094bc3085fada695c78243ba21043b183a351 Mon Sep 17 00:00:00 2001 From: Vedabahu <79869936+Vedabahu@users.noreply.github.com> Date: Thu, 26 May 2022 13:01:46 +0530 Subject: [PATCH] git-lfs@3.2.0: Fixed Can't create shim error (#3612) The new update puts all files in a git-lfs-3.2.0 folder so I jest added `extract_dir` property so things work. --- bucket/git-lfs.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/git-lfs.json b/bucket/git-lfs.json index b9ccb2109a..9f9daa0259 100644 --- a/bucket/git-lfs.json +++ b/bucket/git-lfs.json @@ -19,6 +19,7 @@ "hash": "68d525f70d9bdb1e9e64c3fe156c2164739ee4990a2fb37bd9f101d59cd43a61" } }, + "extract_dir": "git-lfs-3.2.0", "bin": "git-lfs.exe", "checkver": { "github": "https://github.com/git-lfs/git-lfs" @@ -34,6 +35,7 @@ }, "hash": { "url": "$baseurl/sha256sums.asc" - } + }, + "extract_dir": "git-lfs-$version" } }