fix lint.

This commit is contained in:
Simon Larsen
2023-07-17 15:57:05 +01:00
parent 31e0376e62
commit 970e6c4af2

View File

@@ -31,7 +31,7 @@ const init: Function = (): void => {
for (let line of linesInEnv) {
// this is a comment, ignore.
if (!line.startsWith('export '+envValToReplace)) {
if (!line.startsWith('export ' + envValToReplace)) {
linesToRender.push(line);
} else {
found = true;