Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Oct 30, 2024
1 parent 5a9f851 commit da6ca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Runner/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ IConfigProvider CreateConfigProvider(ParseResult parseResult)
IConfigSource argsSource = new ArgsConfigSource(configArgs);
configProvider.AddSource(argsSource);
configProvider.AddSource(new EnvConfigSource());

string configFile = parseResult.GetValue(BasicOptions.Configuration)
?? Environment.GetEnvironmentVariable("NETHERMIND_CONFIG")
?? "mainnet";
Expand Down

0 comments on commit da6ca41

Please sign in to comment.