From 626a35ba7b7c8a4bf4f520f06057d4c855bc865a Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Wed, 9 Mar 2016 06:07:53 +0000 Subject: [PATCH] Removed the appveyor secure dash. --- conda_smithy/templates/appveyor.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_smithy/templates/appveyor.yml.tmpl b/conda_smithy/templates/appveyor.yml.tmpl index 09b2dd838..52cb4b0d4 100644 --- a/conda_smithy/templates/appveyor.yml.tmpl +++ b/conda_smithy/templates/appveyor.yml.tmpl @@ -23,7 +23,7 @@ environment: {%- for name, hashed_secure in appveyor.secure | dictsort %} {{ name }}: # The {{ name }} secure variable. This is defined canonically in conda-forge.yml. - - secure: {{ hashed_secure }} + secure: {{ hashed_secure }} {%- endfor %} matrix:{% for case in matrix | sort %}