From 81e29c7c2be0db544f1e35f1d3399ebca4336ae3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 16 May 2018 09:54:42 -0700 Subject: [PATCH] Make the INFRA_VERSION_FILE more readable --- src/platform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform.js b/src/platform.js index 9b955f7ac..8348e300d 100644 --- a/src/platform.js +++ b/src/platform.js @@ -61,7 +61,7 @@ function start(callback) { startAddons.bind(null, existingInfra), removeOldImages, startApps.bind(null, existingInfra), - fs.writeFile.bind(fs, paths.INFRA_VERSION_FILE, JSON.stringify(infra)) + fs.writeFile.bind(fs, paths.INFRA_VERSION_FILE, JSON.stringify(infra, null, 4)) ], function (error) { if (error) return callback(error);