summaryrefslogtreecommitdiff
path: root/wfc3tools
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-03 01:09:23 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:31 -0400
commit9107a631560e0519e9ad225f475d3e502e0554da (patch)
tree8f46e68101b727bd2d1313f43566237a4b6ecfa3 /wfc3tools
parentb670abf840e10f341b8df22079c290084a82bbfd (diff)
downloadastroconda-dev-9107a631560e0519e9ad225f475d3e502e0554da.tar.gz
Fix insanely malformed GIT_DESCRIBE_TAG call
Diffstat (limited to 'wfc3tools')
-rw-r--r--wfc3tools/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml
index ccaabe5..2151690 100644
--- a/wfc3tools/meta.yaml
+++ b/wfc3tools/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'wfc3tools' %}
-{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}
+{% set version = GIT_DESCRIBE_TAG %}
{% set number = '0' %}
about: