capistrano / symfony

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

Removed unnecessary filter from task symfony:set_permissions #79

Closed tomcant closed 7 years ago

tomcant commented 7 years ago

This was causing DSL method 'invoke' to be called multiple times if multiple hosts were defined, causing an error because Rake tasks should only be invoked once. Refer to issue #78 for information.

frandieguez commented 7 years ago

Any plan to merge this?

will-in-wi commented 7 years ago

If @peterjmit or @mattbrictson thinks this makes sense, I'll merge.

CrazyMuffin commented 7 years ago

What's the status on this PR?

will-in-wi commented 7 years ago

I'm not sure any of the maintainers actually use this plugin, so we have no way of testing if this works. This PR logically makes sense to me, so I'm going to merge.