Skip to content

Commit e5706b7

Browse files
author
GarrettDMorrison
committed
Fix missing paren
1 parent c2b7543 commit e5706b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ install:
6464
- if "%COMPILER%"=="msvc" if "%BUILD_TYPE%"=="Release" python --version
6565

6666
build_script:
67-
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')
67+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
6868
- sh appveyor.sh

0 commit comments

Comments
 (0)