Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from Pentiado/master
Browse files Browse the repository at this point in the history
site.update accepts domainAliases attribute
  • Loading branch information
biilmann authored Oct 3, 2016
2 parents 1d70904 + 70a98a9 commit 0275e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ var attributesForUpdate = function(attributes) {
notificationEmail: "notification_email",
password: "password",
github: "github",
repo: "repo"
repo: "repo",
domainAliases: "domain_aliases"
},
result = {};

Expand Down

0 comments on commit 0275e6d

Please sign in to comment.