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

aws/compute: Hotfix, wrong Name argument for copy_image

This commit is contained in:
Jonas Pfenniger 2013-10-26 00:17:52 +01:00
parent 052768c95e
commit e49d143fd3

View file

@ -26,7 +26,7 @@ module Fog
'Action' => 'CopyImage',
'SourceImageId' => source_image_id,
'SourceRegion' => source_region,
'Name' => source_region,
'Name' => name,
'Description' => description,
'ClientToken' => client_token,
:parser => Fog::Parsers::Compute::AWS::CopyImage.new