fix cloudron.retire

This commit is contained in:
Girish Ramakrishnan
2016-07-06 13:12:09 -05:00
parent 1caf4e9e76
commit 2637b740ab

View File

@@ -46,7 +46,7 @@ function update(req, res, next) {
function retire(req, res, next) {
debug('triggering retire');
cloudron.retire(function (error) {
cloudron.retire('migrate', { }, function (error) {
if (error) console.error('Retire failed.', error);
});