From 24a23f7873922ab6786bd34b96e4edde1c4f40bd Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 12 Sep 2016 21:03:31 -0700 Subject: [PATCH] another typo --- cloudron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudron.js b/cloudron.js index 514c090..12ea3e6 100644 --- a/cloudron.js +++ b/cloudron.js @@ -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);