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{
|
if _, err := client.Post(s.context, &events.PostEventRequest{
|
||||||
Envelope: &events.Envelope{
|
Envelope: &events.Envelope{
|
||||||
Timestamp: time.Now(),
|
Timestamp: time.Now(),
|
||||||
Topic: "/task/" + getTopic(e),
|
Topic: getTopic(e),
|
||||||
Event: a,
|
Event: a,
|
||||||
},
|
},
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user