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

Seems like rackspace might have changed this

This commit is contained in:
Nik Wakelin 2011-10-25 16:22:01 +13:00
parent c1c43861de
commit 39e7b987f3

View file

@ -51,7 +51,7 @@ module Fog
}
response = wait_for_job connection.add_records(@zone.identity, [options]).body['jobId']
merge_attributes(response.body['records'].first)
merge_attributes(response.body['request']['records'].first)
true
end