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

For some reason, there was a missing comma in the mock class

This commit is contained in:
Rodrigo Estebanez 2012-06-06 18:41:39 +02:00
parent 0bc0bd4586
commit 6aa7efb56f

View file

@ -78,7 +78,7 @@ module Fog
'BlockDeviceMappings' => [],
'CreatedTime' => Time.now.utc,
'ImageId' => image_id,
'InstanceMonitoring.Enabled' => true
'InstanceMonitoring.Enabled' => true,
'InstanceType' => instance_type,
'KernelId' => nil,
'KeyName' => nil,