Skip to content

Commit

Permalink
Merge pull request #2141 from moreal/bugfix/forkable-action-eval-conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
moreal authored Jul 18, 2023
2 parents 394eac7 + 4b61886 commit 1b6864f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NineChronicles.Headless.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public async Task Run(
var range = new ForkableActionEvaluatorRange();
pair.Bind("Range", range);
var actionEvaluatorConfiguration =
GetActionEvaluatorConfiguration(configuration.GetSection("ActionEvaluator")) ??
GetActionEvaluatorConfiguration(pair.GetSection("ActionEvaluator")) ??
throw new KeyNotFoundException();
return (range, actionEvaluatorConfiguration);
}).ToImmutableArray()
Expand Down

0 comments on commit 1b6864f

Please sign in to comment.