mozilla-services / heka

DEPRECATED: Data collection and processing made easy.
http://hekad.readthedocs.org/
Other
3.39k stars 531 forks source link

Fix DockerEvents input #1877

Closed gjtempleton closed 8 years ago

gjtempleton commented 8 years ago

Fixes argument ordering of call to newDockerClient

@relistan FYI: Seems your update changed the order of the args in newDockerClient from (Endpoint, CertPath) to (CertPath, Endpoint)

relistan commented 8 years ago

Good catch, thanks!