Skip to content

Commit

Permalink
fix: #37 restore keep-comments functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
n1md7 committed Apr 4, 2022
1 parent 26da0f2 commit 0cbe25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gen-env-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ if (cliConfig.exampleEnvPath) {
);

writeExampleEnv(parsedExistingEnvString, outputExampleEnvPath);
} else {
writeExampleEnv(filteredEnvString, outputExampleEnvPath, true);
}

writeExampleEnv(filteredEnvString, outputExampleEnvPath, true);
}

module.exports = {
Expand All @@ -228,4 +228,4 @@ module.exports = {
* @returns the content of the created file
*/
writeEnvTypes
}
}

0 comments on commit 0cbe25d

Please sign in to comment.