mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-17 22:09:47 +08:00
Fix some PowerShell syntax errors
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ init:
|
|||||||
install:
|
install:
|
||||||
# Download and unpack Vim
|
# Download and unpack Vim
|
||||||
- ps: >-
|
- ps: >-
|
||||||
if (!Test-Path -Path C:\vim)) {
|
if (!(Test-Path -Path C:\vim)){
|
||||||
Add-Type -A System.IO.Compression.FileSystem
|
Add-Type -A System.IO.Compression.FileSystem
|
||||||
Invoke-WebRequest ftp://ftp.vim.org/pub/vim/pc/vim80-586w32.zip `
|
Invoke-WebRequest ftp://ftp.vim.org/pub/vim/pc/vim80-586w32.zip `
|
||||||
-OutFile C:\vim.zip
|
-OutFile C:\vim.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user