From 1c73d8ce2bcc84066abb1ad8cb1bbc1a7811850e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 18 Aug 2019 20:19:50 -0400 Subject: [PATCH] Remove some parens --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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