diff options
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index ff5ce9ed9..91b5d1a67 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,7 +72,7 @@ install: test_script: # The ugly echo "" hack is to avoid complaints about 0 being an invalid file # descriptor - - | ps: | + - ps: | if ($env:BUILD_TYPE -Match "stack") { stack --version stack path |