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

Ran M-x align-regexp on the hashrockets

This commit is contained in:
Peter C. Norton 2012-02-05 18:50:04 -05:00
parent 6f20a709ea
commit 4a4b8f69be

View file

@ -30,9 +30,9 @@ module Fog
params.merge!(Fog::AWS.indexed_param('Tag.%d.Key', tags.keys))
params.merge!(Fog::AWS.indexed_param('Tag.%d.Value', tags.values))
request({
'Action' => 'CreateTags',
:idempotent => true,
:parser => Fog::Parsers::Compute::AWS::Basic.new
'Action' => 'CreateTags',
:idempotent => true,
:parser => Fog::Parsers::Compute::AWS::Basic.new
}.merge!(params))
end