Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The command fetch-eggs doesn't fail on auth error #32

Closed
rmax opened this issue Jun 18, 2015 · 0 comments
Closed

The command fetch-eggs doesn't fail on auth error #32

rmax opened this issue Jun 18, 2015 · 0 comments
Assignees

Comments

@rmax
Copy link
Contributor

rmax commented Jun 18, 2015

The example below shows how shub fetch-eggs creates a zip file without the actual zip content due to missing auth key.

$ shub fetch-eggs 1261X
Downloading eggs to eggs-1261X.zip
$ file eggs-1261X.zip 
eggs-1261X.zip: ASCII text, with no line terminators
$ export SHUB_APIKEY=xxxxxxxb31
$ shub fetch-eggs 1261X
Downloading eggs to eggs-1261X.zip
$ file eggs-1261X.zip
eggs-12616.zip: Zip archive data, at least v2.0 to extract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants