mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ec2] Always return self on addresses.all
This commit is contained in:
parent
8d5ff3db54
commit
7c14dd5ae8
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ module Fog
|
|||
if server
|
||||
self.replace(self.select {|address| address.server_id == server.id})
|
||||
end
|
||||
self
|
||||
end
|
||||
|
||||
def get(public_ip)
|
||||
|
|
Loading…
Add table
Reference in a new issue