forward / capify-cloud

MIT License
25 stars 6 forks source link

fix to allow capify cloud to work with capistrano multistage and caphup #5

Closed codingfoo closed 8 years ago

codingfoo commented 12 years ago

When I tried to use capify-cloud with caphub it failed because caphub added another argument to the arguments array changing the count from 2 to 3 arguments in the list. changing the [1] to .last fixes that