Skip to content

Commit

Permalink
Remove unnecessary parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Apr 15, 2019
1 parent e7045fb commit 256fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/MultiContainedApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Program
{
static async Task Main(string[] args)
{
await BatchHost.CreateDefaultBuilder(useSimpleConosoleLogger:true)
await BatchHost.CreateDefaultBuilder()
.RunBatchEngineAsync(args);
}
}
Expand Down

0 comments on commit 256fab5

Please sign in to comment.