forward3d / cap-ec2

Capify-EC2 rewritten for Capistrano v3
MIT License
181 stars 118 forks source link

gracefully handle unnamed instances #6

Closed rjocoleman closed 10 years ago

rjocoleman commented 10 years ago

Instances don't need to have names, but then bundle exec cap stage ec2:status throws an undefined method 'green' for nil:NilClass

andytinycat commented 10 years ago

Thanks!