mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ec2] left out a comma in the hash after idempotent
This commit is contained in:
parent
4bbfc7adae
commit
e19bea576c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module Fog
|
|||
params = AWS.indexed_param('InstanceId', instance_id)
|
||||
request({
|
||||
'Action' => 'DescribeInstances',
|
||||
:idempotent => true
|
||||
:idempotent => true,
|
||||
:parser => Fog::Parsers::AWS::EC2::DescribeInstances.new
|
||||
}.merge!(params))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue