From a92dc444e6e50e727c229d5c1ff60568e71a7137 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 13 Oct 2014 18:46:14 +0000 Subject: [PATCH] Fix typo in plug-in --- contrib/logging/fluentd-es-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/logging/fluentd-es-image/Dockerfile b/contrib/logging/fluentd-es-image/Dockerfile index dc649a7c839..e802604d8dd 100644 --- a/contrib/logging/fluentd-es-image/Dockerfile +++ b/contrib/logging/fluentd-es-image/Dockerfile @@ -27,7 +27,7 @@ RUN /usr/bin/curl -L http://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-t # Needed to allow access to /var/log/docker/... files. RUN sed -i -e "s/USER=td-agent/USER=root/" -e "s/GROUP=td-agent/GROUP=root/" /etc/init.d/td-agent -# Install the Elasticsearch Fluentd plug0in. +# Install the Elasticsearch Fluentd plug-in. RUN /usr/sbin/td-agent-gem install fluent-plugin-elasticsearch # Copy the Fluentd configuration file.