From 02aad45aa646ab48aa0baf9184a25fc6543a78ac Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 6 Sep 2017 23:45:05 +0100 Subject: [PATCH] Fix some PowerShell syntax errors --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 25439b5..2983f6a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ init: install: # Download and unpack Vim - ps: >- - if (!Test-Path -Path C:\vim)) { + if (!(Test-Path -Path C:\vim)){ Add-Type -A System.IO.Compression.FileSystem Invoke-WebRequest ftp://ftp.vim.org/pub/vim/pc/vim80-586w32.zip ` -OutFile C:\vim.zip