railsware / capistrano-multiconfig

Capistrano extension that allows to use multiple configurations
MIT License
65 stars 19 forks source link

Does not allow you to have 2 configurations (in the same stage) that start with the same name #10

Closed tayzlor closed 10 years ago

tayzlor commented 10 years ago

For example if I have a layout of -

config/deploy/services/billing/qa.rb config/deploy/services/billing/qa1.rb

It will only pick up qa1 and not both

ayanko commented 10 years ago

v3.0.8

tayzlor commented 10 years ago

Great, thanks! Apologies, I did the PR earlier today in a rush and didn't check the tests.