missing parenthesis on Test-Path.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE
2016-03-08 12:39:52 +01:00
parent be1a697791
commit d7f8761771

View File

@@ -157,7 +157,7 @@ install:
- ps: | - ps: |
if ($env:platform -eq "Win32") if ($env:platform -eq "Win32")
{ {
if (Test-Path "c:\mysql-5.7.9-win32" -and False) { if ((Test-Path "c:\mysql-5.7.9-win32") -and False) {
echo "using c:\mysql-5.7.9-win32 from cache" echo "using c:\mysql-5.7.9-win32 from cache"
} }
else else