summaryrefslogtreecommitdiff
path: root/calcos
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-08-25 11:31:09 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-08-25 11:31:09 -0400
commit8dbda137bc7c07fce5076296e478a73160f08bf8 (patch)
tree94c94ed3936388f67d0eb5cdc600504fd1fc631c /calcos
parent65cdbb577a5ce4ab83c6e4fa1790b49a54d3b815 (diff)
downloadastroconda-dev-8dbda137bc7c07fce5076296e478a73160f08bf8.tar.gz
Use "-r" instead of non-existent option "--help"
Diffstat (limited to 'calcos')
-rw-r--r--calcos/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/calcos/meta.yaml b/calcos/meta.yaml
index 4c8fbb3..0858f25 100644
--- a/calcos/meta.yaml
+++ b/calcos/meta.yaml
@@ -2,7 +2,7 @@
{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+".dev"
+environ.get("GIT_DESCRIBE_NUMBER", "0") %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/calcos
@@ -32,6 +32,6 @@ source:
git_url: https://github.com/spacetelescope/calcos
test:
commands:
- - calcos --help
+ - calcos -r
imports:
- calcos