Fix some PowerShell syntax errors
This commit is contained in:
parent
59fd98b8b2
commit
02aad45aa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user