Skip to content

Commit 979cb10

Browse files
authored
Merge pull request #214 from espressif/fix/git_bundle_incorrect_name
fix(bundle-git): Incorrect name of git folder
2 parents 58e092b + 0047b7d commit 979cb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bundle-Git.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ $7z = 'C:/Program Files/7-Zip/7z.exe'
1313
"Test if directory [$7z] exists"
1414
if (Test-Path -Path $7z) {
1515
"Path exists!"
16-
7z x git.7z.exe
17-
Rename-Item -Path "git.7z" -NewName ${GitDirectory}
16+
7z x git.7z.exe -ogit
17+
Rename-Item -Path "git" -NewName ${GitDirectory}
1818
} else {
1919
"Path doesn't exist."
2020
# Install 7zip PS module

0 commit comments

Comments
 (0)