route53: use credentials instead of dnsConfig

This commit is contained in:
Girish Ramakrishnan
2018-05-07 23:41:03 -07:00
parent 4356df3676
commit 66f032a7ee
+1 -1
View File
@@ -262,7 +262,7 @@ function verifyDnsConfig(dnsConfig, fqdn, zoneName, ip, callback) {
debug('verifyDnsConfig: Test A record added with change id %s', changeId);
del(dnsConfig, zoneName, testSubdomain, 'A', [ ip ], function (error) {
del(credentials, zoneName, testSubdomain, 'A', [ ip ], function (error) {
if (error) return callback(error);
debug('verifyDnsConfig: Test A record removed again');