capistrano / laravel

Gem for deploying Laravel projects with capistrano v3.*
MIT License
222 stars 71 forks source link

Fix --env switch #3

Closed allaire closed 10 years ago

allaire commented 10 years ago

--env need an equal sign (see any option here http://laravel.com/docs/commands)

peterjmit commented 10 years ago

Is the lack of equals sign causing an error, because laravel commands are based on Symfony commands, where the = is optional.

allaire commented 10 years ago

--env wasn't working at all without it.

peterjmit commented 10 years ago

Thanks!