summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-01-05 14:19:53 -0500
committerGitHub <noreply@github.com>2017-01-05 14:19:53 -0500
commit2831fd6a1affb4639c956a591929ae6d121e73f5 (patch)
tree07ea7068f2601cde2723eac57f5875b6830f4c60
parentc87279ba8216b0486c757067ba3817f3b89f2aa0 (diff)
downloadastroconda-contrib-2831fd6a1affb4639c956a591929ae6d121e73f5.tar.gz
Fix missing "set" keyword in jinja template (#135)
-rw-r--r--stsci-hst/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml
index 9c48d0f..836709e 100644
--- a/stsci-hst/meta.yaml
+++ b/stsci-hst/meta.yaml
@@ -1,6 +1,6 @@
-{% name = 'stsci-hst' %}
-{% version = '2.0.0' %}
-{% number = '0' %}
+{% set name = 'stsci-hst' %}
+{% set version = '2.0.0' %}
+{% set number = '0' %}
about:
home: http://ssb.stsci.edu