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

Typo in default route.

This commit is contained in:
Robert Clark 2013-08-14 14:27:48 -04:00
parent 5985c98ed7
commit 8402d4e1b9

View file

@ -59,7 +59,7 @@ module Fog
else
response = Excon::Response.new
route_table['routeSet'].push({
"destinationCidrBlock" => route_table_id,
"destinationCidrBlock" => destination_cidr_block,
"gatewayId" => internet_gateway_id,
"instanceId"=>instance_id,
"instanceOwnerId"=>instance_owner_id,