This commit is contained in:
girish@cloudron.io 2016-01-26 19:36:14 -08:00
parent 55c9c5f18d
commit 7cfa3a0075
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {