summaryrefslogtreecommitdiff
path: root/pandokia
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 /pandokia
parentb670abf840e10f341b8df22079c290084a82bbfd (diff)
downloadastroconda-dev-9107a631560e0519e9ad225f475d3e502e0554da.tar.gz
Fix insanely malformed GIT_DESCRIBE_TAG call
Diffstat (limited to 'pandokia')
-rw-r--r--pandokia/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml
index d21f7f9..16dd442 100644
--- a/pandokia/meta.yaml
+++ b/pandokia/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'pandokia' %}
-{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}
+{% set version = GIT_DESCRIBE_TAG %}
{% set number = '0' %}
about: