Skip to content

Commit

Permalink
Merge pull request #38 from n1md7/master
Browse files Browse the repository at this point in the history
fix: #37 restore keep-comments functionality
  • Loading branch information
benawad authored Apr 4, 2022
2 parents 26da0f2 + 0cbe25d commit 4e1f9a9
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 4e1f9a9

Please sign in to comment.