Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav-malani committed Apr 4, 2023
1 parent 01ee33b commit 8bf9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/suppress-user/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (m *Factory) Setup(ctx context.Context, backendConfig backendconfig.Backend
syncer.SyncLoop(ctx)
err = fullRepo.Stop()
if err != nil {
m.Log.Warnf("Full Sync failed: could not stop repo: %w", err)
m.Log.Warnf("could not stop full sync repo: %w", err)
}
})
return newHandler(fullRepo, m.Log), nil
Expand Down

0 comments on commit 8bf9f2e

Please sign in to comment.