mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix script
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user