diff --git a/bucket/git-filter-repo.json b/bucket/git-filter-repo.json index 787ca1eabe..4f232b0f62 100644 --- a/bucket/git-filter-repo.json +++ b/bucket/git-filter-repo.json @@ -11,7 +11,8 @@ "hash": "8f3d099bf91ceac6cae60d79aac701e9bc08fd0eed67c601cc5dd401d5788871", "installer": { "script": [ - "Expand-ZipArchive -Path \"$dir\\dl.zip_\" -DestinationPath \"$dir\" -Removal", + "Rename-Item -Path \"$dir\\dl.zip_\" -NewName dl.zip", + "Expand-ZipArchive -Path \"$dir\\dl.zip\" -DestinationPath \"$dir\" -Removal", "Move-Item \"$dir\\git-filter-repo-*\\*\" \"$dir\"; Remove-Item \"$dir\\git-filter-repo-*\"" ] },