Fix comment

This commit is contained in:
Girish Ramakrishnan
2019-09-10 15:43:16 -07:00
parent 7dfe40739e
commit dea033e4b0

View File

@@ -739,7 +739,7 @@ function migrateDataDir(app, oldDataDir, progressCallback, callback) {
});
}
// note that configure is called after an infra update as well
// configure is only called for an infra update
function configure(app, oldConfig, progressCallback, callback) {
assert.strictEqual(typeof app, 'object');
assert.strictEqual(typeof oldConfig, 'object');