typo
This commit is contained in:
parent
55c9c5f18d
commit
7cfa3a0075
@ -132,7 +132,7 @@ AppStore.prototype.deleteCloudron = function (box) {
|
|||||||
.set('X-HTTP-Method-Override', 'DELETE')
|
.set('X-HTTP-Method-Override', 'DELETE')
|
||||||
.send({ password: this._adminCredentials.password })
|
.send({ password: this._adminCredentials.password })
|
||||||
.end();
|
.end();
|
||||||
common. verifyResponse(res, 'Could not delete cloudron');
|
common.verifyResponse2(res, 'Could not delete cloudron');
|
||||||
|
|
||||||
process.stdout.write('Waiting for Cloudron to disappear.');
|
process.stdout.write('Waiting for Cloudron to disappear.');
|
||||||
for (var i = 0; i < 40; i++) {
|
for (var i = 0; i < 40; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user