diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-25 11:31:09 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-25 11:31:09 -0400 |
commit | 8dbda137bc7c07fce5076296e478a73160f08bf8 (patch) | |
tree | 94c94ed3936388f67d0eb5cdc600504fd1fc631c /calcos/meta.yaml | |
parent | 65cdbb577a5ce4ab83c6e4fa1790b49a54d3b815 (diff) | |
download | astroconda-dev-8dbda137bc7c07fce5076296e478a73160f08bf8.tar.gz |
Use "-r" instead of non-existent option "--help"
Diffstat (limited to 'calcos/meta.yaml')
-rw-r--r-- | calcos/meta.yaml | 4 |
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 |