summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-06 23:45:05 +0100
committerw0rp <devw0rp@gmail.com>2017-09-06 23:45:12 +0100
commit02aad45aa646ab48aa0baf9184a25fc6543a78ac (patch)
tree38e785271127539b67ae97c048df3433d563110f /.appveyor.yml
parent59fd98b8b28030e34050c5eaab07357f8b3234bc (diff)
downloadale-02aad45aa646ab48aa0baf9184a25fc6543a78ac.zip
Fix some PowerShell syntax errors
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 25439b5e..2983f6a9 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