diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-21 08:59:41 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-05-21 08:59:41 -0400 |
commit | 868a4fdc6c36cc4f8713aff9b6e7ed495e6baf01 (patch) | |
tree | 66ee96cb5c16c13dce1ef33976e1ba308f1f535d /asdf/build.sh | |
parent | 07490e359d83ea7b941fccc99c48e38d1ec26666 (diff) | |
parent | 576e771630ba6b60ccf44a0aee8e4d5534d44c54 (diff) | |
download | astroconda-contrib-868a4fdc6c36cc4f8713aff9b6e7ed495e6baf01.tar.gz |
Merge pull request #8 from jhunkeler/update-asdf
Update asdf 1.0.2 -> 1.0.3
Diffstat (limited to 'asdf/build.sh')
-rw-r--r-- | asdf/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/asdf/build.sh b/asdf/build.sh index 4b71885..762d43b 100644 --- a/asdf/build.sh +++ b/asdf/build.sh @@ -1,2 +1 @@ - -python setup.py install || exit 1
\ No newline at end of file +python setup.py install |