Skip to content
Snippets Groups Projects

Fix: Fixed Graphdeployer (coscine/issues#999)

Merged L. Ellenbeck requested to merge Hotfix/999-fixGraphdeployer into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -40,4 +40,8 @@ New-Item -ItemType Directory -Force -Path $path
Copy-Item "./$repositoryFolder/*" $path -Recurse;
# Twice remove, because of: https://stackoverflow.com/questions/7909167/how-to-quietly-remove-a-directory-with-content-in-powershell#comment10316056_7909195
If(Test-Path $repositoryFolder) { Remove-Item -LiteralPath $repositoryFolder -Force -Recurse }
If(Test-Path $repositoryFolder) { Remove-Item -LiteralPath $repositoryFolder -Force -Recurse }
Pop-Location
\ No newline at end of file
Loading