Skip to content

Commit

Permalink
Merge pull request #221 from jfi/ji/change_update_zone_record_dnsimple
Browse files Browse the repository at this point in the history
Change update_record to update_zone_record for DNSimple
  • Loading branch information
charlescng committed Feb 12, 2024
2 parents e77818f + 5a5a3ca commit 91c7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/record_store/provider/dnsimple.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def remove(record, zone)
end

def update(id, record, zone)
session.zones.update_record(account_id, zone, id, api_hash(record, zone))
session.zones.update_zone_record(account_id, zone, id, api_hash(record, zone))
end

def session
Expand Down

0 comments on commit 91c7305

Please sign in to comment.