diff --git a/appstore.js b/appstore.js index 7570e47..04810e4 100644 --- a/appstore.js +++ b/appstore.js @@ -132,7 +132,7 @@ AppStore.prototype.deleteCloudron = function (box) { .set('X-HTTP-Method-Override', 'DELETE') .send({ password: this._adminCredentials.password }) .end(); - common. verifyResponse(res, 'Could not delete cloudron'); + common.verifyResponse2(res, 'Could not delete cloudron'); process.stdout.write('Waiting for Cloudron to disappear.'); for (var i = 0; i < 40; i++) {