]> source.dussan.org Git - archiva.git/commitdiff
Fixing script
authorMartin Stockhammer <martin_s@apache.org>
Sun, 14 May 2017 16:22:13 +0000 (18:22 +0200)
committerMartin Stockhammer <martin_s@apache.org>
Sun, 14 May 2017 16:22:13 +0000 (18:22 +0200)
src/ci/scripts/updateSeleniumDrivers.ps1

index 98dc123a956f795d020d713cf3bc9b991fed9cae..f5e9b20c7f411f93f4ba48587f37b23588d92ac9 100644 (file)
@@ -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
 }