Make the INFRA_VERSION_FILE more readable

This commit is contained in:
Girish Ramakrishnan
2018-05-16 09:54:42 -07:00
parent c3fbead658
commit 81e29c7c2b

View File

@@ -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);