Skip to content

Commit

Permalink
changed commit Email for CLA error on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kinotto committed May 31, 2017
1 parent aa2c6ad commit a6fbc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ var nsRecord = zone.record('ns', {
data: 'ns-cloud1.googledomains.com.'
});

zone.addRecords([nsRecord], function(err, change) {});
zone.addRecords([nsRecord], function(err, change) {});

// Create a zonefile from the records in your zone.
zone.export('/zonefile.zone', function(err) {});
Expand Down

0 comments on commit a6fbc82

Please sign in to comment.