Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREAS GEIß authored and ANDREAS GEIß committed Jun 18, 2021
1 parent 43bdda1 commit bde21a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cli/.configs/services/status/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (a *Manager) GetStatus(ctx context.Context) (text string) {
}
// Add actors ...
trace := tracing.FromContext(ctx)
trace.Register(manager.ID())
trace.Register(a.ID())
trace.Register(a.statusResourceAccess.ID())
trace.Register(a.transformationEngine.ID())
ctx = trace.ToContext(ctx)
Expand Down

0 comments on commit bde21a2

Please sign in to comment.