We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
php ocular.phar --version
ocular version 8e0a8c7f085bc4857bd52132833679dcfd504fc1
self-update
php ocular.phar self-update
#!/usr/bin/env php Updating from 8e0a8c to #!/usr.
What not right:
#!/usr/bin/env php
#!/usr
The text was updated successfully, but these errors were encountered:
Yes. Also, https://scrutinizer-ci.com/ocular.phar is two years outdated, keeping that one up-to-date would be a quick workaround for most users.
Sorry, something went wrong.
@schmittjoh This can be closed too now since the command was removed.
No branches or pull requests
Steps to reproduce:
php ocular.phar --version
:self-update
command usingphp ocular.phar self-update
:What not right:
#!/usr/bin/env php
is shown (something wrong with phar creation process probably)#!/usr
is shown instead of new version (new version check is broken)The text was updated successfully, but these errors were encountered: