linux/shim: remove redundant topic prefix
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
e4beb7c554
commit
1ecb2ea30d
@ -393,7 +393,7 @@ func (s *Service) forward(client poster) {
|
||||
if _, err := client.Post(s.context, &events.PostEventRequest{
|
||||
Envelope: &events.Envelope{
|
||||
Timestamp: time.Now(),
|
||||
Topic: "/task/" + getTopic(e),
|
||||
Topic: getTopic(e),
|
||||
Event: a,
|
||||
},
|
||||
}); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user