fix script

This commit is contained in:
Simon Larsen
2023-07-17 20:17:30 +01:00
parent d5b4bdbf6b
commit 908a7a2695
4 changed files with 11 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ const init: Function = (): void => {
}
// write the file back to disk and exit.
fs.writeFileSync('./config.env.temp', linesInEnv.join('\n'));
fs.writeFileSync('./config.env', linesInEnv.join('\n'));
};
init();