Skip to content

Commit

Permalink
Remove double expand
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Feb 28, 2024
1 parent d70f027 commit 08e7d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ DebugInfo_Ownable is not null &&
(coverageOwnable, DebugInfo_Ownable),
(coverageOracle, DebugInfo_Oracle)
).
Write(Environment.ExpandEnvironmentVariables(Environment.ExpandEnvironmentVariables(mergeWith)), true);
Write(Environment.ExpandEnvironmentVariables(mergeWith), true);

Console.WriteLine($"Coverage merged with: {mergeWith}");
}
Expand Down

0 comments on commit 08e7d49

Please sign in to comment.