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

Downloading the phar with the recommended script can have odd results. #40

Open
KorvinSzanto opened this issue Nov 1, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@KorvinSzanto
Copy link
Member

Github is likely blocking certain user agents and so I end up getting Not found as the content of my phar instead of the actual phar:

main@cli:/app$ cat /usr/local/bin/concrete 
Not Found

It'd be nice to either fail the curl if we get this result and also to figure out what's causing it.

@KorvinSzanto KorvinSzanto added the bug Something isn't working label Nov 1, 2021
@mlocati
Copy link
Contributor

mlocati commented Nov 1, 2021

I never experienced this error.

We may invoke curl with the -f flag so that it fails in case of errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants