capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
354 stars 65 forks source link

Error task symfony:clear_controllers #103

Closed dannyvw closed 5 years ago

dannyvw commented 5 years ago

Testing the latest release 2.0.0-alfa1 with symfony 4, but get the following error "Don't know how to build task 'symfony:clear_controllers' (see --tasks)" This task is invoked in https://github.com/capistrano/symfony/blob/2.0.0-alfa1/lib/capistrano/tasks/deploy.rake

Nyholm commented 5 years ago

Thank you for this issue. That is a typo, that line should be removed. Symfony 4 does not have any “extra” controllers... (it’s weird that I did never get that error..)

Can you send a PR?

Nyholm commented 5 years ago

Closed by #104