1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix reload for rackspace server model

This commit is contained in:
Wesley Beary 2009-10-15 15:48:47 -07:00
parent 0c7a2ae4fd
commit d06780571c

View file

@ -22,7 +22,7 @@ module Fog
end
def reload
new_attributes = servers.get(@id).attributes
new_attributes = servers.get(@id).body['server']
merge_attributes(new_attributes)
end