From: Martin Stockhammer Date: Sun, 14 May 2017 16:22:13 +0000 (+0200) Subject: Fixing script X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a81e31ddd75d20095c83f7f06a292b72c7701243;p=archiva.git Fixing script --- diff --git a/src/ci/scripts/updateSeleniumDrivers.ps1 b/src/ci/scripts/updateSeleniumDrivers.ps1 index 98dc123a9..f5e9b20c7 100644 --- a/src/ci/scripts/updateSeleniumDrivers.ps1 +++ b/src/ci/scripts/updateSeleniumDrivers.ps1 @@ -33,7 +33,7 @@ if(!(Test-Path -Path $downloadDir )){ New-Item -ItemType directory -Path $downloadFile } -if !(Test-Path -Path $downloadFile )){ +if (!(Test-Path -Path $downloadFile )){ Invoke-WebRequest -Uri $url -OutFile $downloadFile }