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:
parent
e164fe7bdb
commit
cac882f9b1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module Fog
|
|||
}
|
||||
response.body = {
|
||||
'HostedZone' => {
|
||||
'Id' => "/hostedzone/#{zone_id}",
|
||||
'Id' => zone_id,
|
||||
'Name' => name,
|
||||
'CallerReference' => caller_ref,
|
||||
'Comment' => options[:comment]
|
||||
|
|
Loading…
Add table
Reference in a new issue