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

fix zone id in create_hosted_zone response

This commit is contained in:
Bulat Shakirzyanov 2012-06-07 17:44:34 -07:00
parent e164fe7bdb
commit cac882f9b1

View file

@ -79,7 +79,7 @@ module Fog
}
response.body = {
'HostedZone' => {
'Id' => "/hostedzone/#{zone_id}",
'Id' => zone_id,
'Name' => name,
'CallerReference' => caller_ref,
'Comment' => options[:comment]