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:
parent
8a651fe1c6
commit
8798becd3a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module Fog
|
|||
'Action' => 'DescribeImages',
|
||||
:idempotent => true,
|
||||
:parser => Fog::Parsers::AWS::Compute::DescribeImages.new
|
||||
}.merge!(options))
|
||||
}.merge!(params))
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue