linux/shim: remove redundant topic prefix

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2017-07-18 18:19:25 -07:00
parent e4beb7c554
commit 1ecb2ea30d
No known key found for this signature in database
GPG Key ID: 67B3DED84EDC823F

View File

@ -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 {