From 7cfa3a0075ca2eadeeba945612f00c7ae3b52e82 Mon Sep 17 00:00:00 2001 From: "girish@cloudron.io" Date: Tue, 26 Jan 2016 19:36:14 -0800 Subject: [PATCH] typo --- appstore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {