Skip to content

Commit

Permalink
run against runningParsed only
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 18, 2024
1 parent bf03e6f commit ad88703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function expandValue (value, processEnv, runningParsed) {
}

// if the result equaled what was in process.env and runningParsed then stop expanding
if (result === processEnv[key] && result === runningParsed[key]) {
if (result === runningParsed[key]) {
break
}

Expand Down

0 comments on commit ad88703

Please sign in to comment.