summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-25 11:30:40 -0400
committerGitHub <noreply@github.com>2016-08-25 11:30:40 -0400
commit24ae695d0242efd40d8b7ae5e5e6523271faa0da (patch)
tree94c94ed3936388f67d0eb5cdc600504fd1fc631c
parent65cdbb577a5ce4ab83c6e4fa1790b49a54d3b815 (diff)
parent8dbda137bc7c07fce5076296e478a73160f08bf8 (diff)
downloadastroconda-dev-24ae695d0242efd40d8b7ae5e5e6523271faa0da.tar.gz
Merge pull request #6 from jhunkeler/calcos-aliveness
Use "-r" instead of non-existent option "--help"
-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