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

[aws|compute] properly pass filters into describe_images

This commit is contained in:
geemus 2010-10-20 17:02:31 -07:00
parent 8a651fe1c6
commit 8798becd3a

View file

@ -46,7 +46,7 @@ module Fog
'Action' => 'DescribeImages',
:idempotent => true,
:parser => Fog::Parsers::AWS::Compute::DescribeImages.new
}.merge!(options))
}.merge!(params))
end
end