another typo

This commit is contained in:
Girish Ramakrishnan 2016-09-12 21:03:31 -07:00
parent bceb88a735
commit 24a23f7873
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ Cloudron.prototype.setAutoupdatePattern = function (pattern) {
};
Cloudron.prototype.checkA = function (callback) {
var expectedIp = this._isCustomDomain ? this._.staticIp : this._.ip;
var expectedIp = this._isCustomDomain ? this._box.staticIp : this._box.ip;
dns.resolve4(this._box.domain, function (error, records) {
if (error) return callback(error);