Skip to content

Commit

Permalink
Merge pull request #1221 from softrams/update
Browse files Browse the repository at this point in the history
Duplicate spelling error
  • Loading branch information
waterweasel4 committed Jun 22, 2023
2 parents 12f0901 + 494b8f7 commit 7c49a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const dotenv = require('dotenv');
if (fs.existsSync(path.join(__dirname, '../.env'))) {
const envPath = fs.readFileSync(path.join(__dirname, '../.env'));
// tslint:disable-next-line: no-console
console.log('A .env file has been found found and will now be parsed.');
console.log('A .env file has been found and will now be parsed.');
// https://github.com/motdotla/dotenv#what-happens-to-environment-variables-that-were-already-set
const envConfig = dotenv.parse(envPath);
if (envConfig) {
Expand Down

0 comments on commit 7c49a8a

Please sign in to comment.