diff options
| author | 2019-08-18 20:19:50 -0400 | |
|---|---|---|
| committer | 2019-08-18 20:19:50 -0400 | |
| commit | 1c73d8ce2bcc84066abb1ad8cb1bbc1a7811850e (patch) | |
| tree | 41eaf2842488f75a7121258583a02b45ff0d58c3 /appveyor.yml | |
| parent | Make sure all appveyor artifacts get deployed (diff) | |
Remove some parens
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
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 |
