Skip to content

Commit ad88703

Browse files
committed
run against runningParsed only
1 parent bf03e6f commit ad88703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function expandValue (value, processEnv, runningParsed) {
5252
}
5353

5454
// if the result equaled what was in process.env and runningParsed then stop expanding
55-
if (result === processEnv[key] && result === runningParsed[key]) {
55+
if (result === runningParsed[key]) {
5656
break
5757
}
5858

0 commit comments

Comments
 (0)