Fix some PowerShell syntax errors

This commit is contained in:
w0rp 2017-09-06 23:45:05 +01:00
parent 59fd98b8b2
commit 02aad45aa6
1 changed files with 1 additions and 1 deletions

View File

@ -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