Skip to content

Commit

Permalink
Correcting previous checkin
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d6e10b)
  • Loading branch information
lajones committed Mar 8, 2017
1 parent a72923c commit 7341248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.Design/Design/Internal/DatabaseOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public virtual Task<ReverseEngineerFiles> ScaffoldContextAsync(

var services = _servicesBuilder.Build(provider);

var loggerFactory = context.GetService<ILoggerFactory>();
var loggerFactory = services.GetService<ILoggerFactory>();
loggerFactory.AddProvider(new LoggerProvider(categoryName => new OperationLogger(categoryName, _reporter)));

var generator = services.GetRequiredService<ReverseEngineeringGenerator>();
Expand Down

0 comments on commit 7341248

Please sign in to comment.