Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Dec 13, 2023
1 parent 4a506eb commit d5d04a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/download/git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (! (Get-Command git )) {

New-Item -ItemType Directory -Force -Path mount\git > $null
Set-Location mount\git
if (! (Test-Path .\PatchaPalooza )) {
if (Test-Path .\PatchaPalooza) {
# Remove PatchaPalooza directory if it exists since we do a local patch
Remove-Item -Recurse -Force .\PatchaPalooza > $null 2>&1
}
Expand Down

0 comments on commit d5d04a9

Please sign in to comment.