From f2a0757e8618e4a0648b987b86ec6bcf53c5fb98 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 14 Jun 2016 12:31:48 -0700 Subject: [PATCH] fix argument --- cloudron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudron.js b/cloudron.js index 9e5ee49..4a76e53 100644 --- a/cloudron.js +++ b/cloudron.js @@ -261,7 +261,7 @@ Cloudron.prototype.updateApp = function (appId, manifestOrAppstoreId) { }; Cloudron.prototype.restoreApp = function (appId, backup) { - process.stdout.write('Trying to restore to %j', backup); + process.stdout.write('Trying to restore to ' + JSON.stringify(backup)); var data = { backupId: backup.id,