8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In 2.3.14, 2.3.15, and 2.4.5, when I run php app/console generate:bundle I get the following prompt:
php app/console generate:bundle
Target directory [/home/intrepion/path/app/cache/dev/../src]:
But when I revert back to 2.3.13 or 2.4.4, I get exactly what I expect:
Target directory [/home/intrepion/path/src]:
The text was updated successfully, but these errors were encountered:
'generate:bundle' is provided by the https://github.com/sensiolabs/SensioGeneratorBundle
Please report it there.
Sorry, something went wrong.
#10943 - that is happens @sstok - but broken path is here
The code that broke this has been reverted for now. See #10999 for more information
No branches or pull requests
In 2.3.14, 2.3.15, and 2.4.5, when I run
php app/console generate:bundle
I get the following prompt:But when I revert back to 2.3.13 or 2.4.4, I get exactly what I expect:
The text was updated successfully, but these errors were encountered: