aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-08-18 20:19:50 -0400
committerCalvin Rose <calsrose@gmail.com>2019-08-18 20:19:50 -0400
commit1c73d8ce2bcc84066abb1ad8cb1bbc1a7811850e (patch)
tree41eaf2842488f75a7121258583a02b45ff0d58c3 /appveyor.yml
parentMake sure all appveyor artifacts get deployed (diff)
Remove some parens
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 5aaec113..1408c064 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,7 +28,7 @@ install:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
- build_win test-install
- set janet_outname=%appveyor_repo_tag_name%
- - if %janet_outname%=="" (set janet_outname=v1.2.0)
+ - if %janet_outname%=="" set janet_outname=v1.2.0
- echo %janet_outname%
build: off