We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58e092b + 0047b7d commit 979cb10Copy full SHA for 979cb10
Bundle-Git.ps1
@@ -13,8 +13,8 @@ $7z = 'C:/Program Files/7-Zip/7z.exe'
13
"Test if directory [$7z] exists"
14
if (Test-Path -Path $7z) {
15
"Path exists!"
16
- 7z x git.7z.exe
17
- Rename-Item -Path "git.7z" -NewName ${GitDirectory}
+ 7z x git.7z.exe -ogit
+ Rename-Item -Path "git" -NewName ${GitDirectory}
18
} else {
19
"Path doesn't exist."
20
# Install 7zip PS module
0 commit comments