Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 17, 2022
1 parent 6e4653e commit 708b855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function config (options) {
if (!Object.prototype.hasOwnProperty.call(process.env, key)) {
process.env[key] = parsed[key]
} else {
// if override still set
if (override === true) {
process.env[key] = parsed[key]
}
Expand Down

0 comments on commit 708b855

Please sign in to comment.