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

Releases shouldn't tarbomb #92

Closed
kinghajj opened this issue May 31, 2018 · 1 comment
Closed

Releases shouldn't tarbomb #92

kinghajj opened this issue May 31, 2018 · 1 comment
Labels
🐛 bug "Houston, we've had a problem."

Comments

@kinghajj
Copy link

Got:

$ tar xf wtf_0.0.3_darwin_amd64.tar.gz
$ rm wtf_0.0.3_darwin_amd64.tar.gz
$ ls
LICENSE.md      README.md       wtf

Expected:

$ tar xf wtf_0.0.3_darwin_amd64.tar.gz
$ rm wtf_0.0.3_darwin_amd64.tar.gz
$ ls
wtf-0.0.3
$ ls wtf-0.0.3
LICENSE.md      README.md       wtf
@senorprogrammer senorprogrammer added 🐛 bug "Houston, we've had a problem." medium labels May 31, 2018
@senorprogrammer
Copy link
Collaborator

This should be resolved when release v0.0.8 goes out. Thanks for the bug report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug "Houston, we've had a problem."
Development

No branches or pull requests

2 participants