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

Update images.rb

This commit is contained in:
dJason 2013-08-21 12:56:43 -06:00
parent e6eba51319
commit 372dc2214a

View file

@ -50,7 +50,7 @@ module Fog
'type' => type
}.merge!(options)
merge_attributes(options)
# TODO look at storage/get_container.rb on how to merge options
data = service.list_images(options).body['images']
load(data)
end