Fixed bracket

This commit is contained in:
Aaron Viehl 2022-02-05 11:21:45 +01:00
parent ce01d16d82
commit 5a1e3d0b82

View File

@ -53,7 +53,7 @@ Function Invoke-OfficeUninstall {
Invoke-SaRA
}
}
}
Function Invoke-SaRADownload {
Start-BitsTransfer -Source "$SaRA_URL" -Destination "$SaRA_ZIP"
if (Test-Path "$SaRA_ZIP") {