Update modifyConfiguration.js

face-manager-integrated
Moe 2022-12-13 12:46:23 -08:00
parent 3a24b7453f
commit 7bc9f754e8
1 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,6 @@ const configPath = config.thisIsDocker ? "/config/conf.json" : configLocation;
const configData = JSON.stringify(config,null,3);
fs.writeFile(configPath, configData, () => {
onsole.log('Changes Complete. Here is what it is now.');
console.log('Changes Complete. Here is what it is now.');
console.log(JSON.stringify(config, null, 2));
});
});