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

Commit 0275e6d

Browse files
authored
Merge pull request #2 from Pentiado/master
site.update accepts domainAliases attribute
2 parents 1d70904 + 70a98a9 commit 0275e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/site.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ var attributesForUpdate = function(attributes) {
117117
notificationEmail: "notification_email",
118118
password: "password",
119119
github: "github",
120-
repo: "repo"
120+
repo: "repo",
121+
domainAliases: "domain_aliases"
121122
},
122123
result = {};
123124

0 commit comments

Comments
 (0)