adyatlov / bun-deprecated

DC/OS diagnostics bundle analysis tool
The Unlicense
12 stars 4 forks source link

Update mesos_actor_mailboxes.go #4

Closed edgarlanting closed 6 years ago

edgarlanting commented 6 years ago

When running the latest bun on a bundle it errors out with an issue on checking: 5051-__processes__.json.gz The actual filename of this particular file is: 5051:__processes__.json.gz so I've suggested the change in the code to: 5051\:__processes__.json.gz to properly specify a check to these files.