From c7447a719f1bd1723c35fe813cbc37fe704824da Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 13 Oct 2014 18:48:07 +0000 Subject: [PATCH] Fix tense for run.sh comment --- contrib/logging/fluentd-es-image/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/logging/fluentd-es-image/Dockerfile b/contrib/logging/fluentd-es-image/Dockerfile index e802604d8dd..e4481a95c22 100644 --- a/contrib/logging/fluentd-es-image/Dockerfile +++ b/contrib/logging/fluentd-es-image/Dockerfile @@ -34,8 +34,8 @@ RUN /usr/sbin/td-agent-gem install fluent-plugin-elasticsearch COPY td-agent.conf /etc/td-agent/td-agent.conf # Copy a script that determines the name of the host machine -# and then patches the Fluentd configuration files and then -# runs Fluentd in the foreground. +# and then patch the Fluentd configuration files and then +# run Fluentd in the foreground. ADD run.sh /run.sh # Always run the this setup script.