mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #478 from klarrimore/master
pull request in attempt at fix for undefined method issue mentioned in fog/fog-aws#477
This commit is contained in:
commit
b45ec2e21f
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ module Fog
|
|||
# change_resource_record_sets("ABCDEFGHIJKLMN", change_batch_options)
|
||||
#
|
||||
def change_resource_record_sets(zone_id, change_batch, options = {})
|
||||
body = AWS.change_resource_record_sets_data(zone_id, change_batch, @version, options)
|
||||
body = Fog::AWS::DNS.change_resource_record_sets_data(zone_id, change_batch, @version, options)
|
||||
request({
|
||||
:body => body,
|
||||
:idempotent => true,
|
||||
|
|
Loading…
Reference in a new issue