diff options
| author | Olivier Dolbeau | 2014-09-01 15:29:36 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2014-09-01 10:58:00 -0500 | 
| commit | 4ed77407d11c1c65f38f0805578b99a0023403ca (patch) | |
| tree | 12b162526a1d0fcc5cefa141acb8ce8d381f7f56 | |
| parent | c8b843cb9ed646e84c6634151d3488a965b0e3b7 (diff) | |
| download | homebrew-4ed77407d11c1c65f38f0805578b99a0023403ca.tar.bz2 | |
logstash: tweak wording
Closes #32020.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/logstash.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/logstash.rb b/Library/Formula/logstash.rb index c8691697d..7cbc42b1b 100644 --- a/Library/Formula/logstash.rb +++ b/Library/Formula/logstash.rb @@ -12,7 +12,7 @@ class Logstash < Formula    end    def caveats; <<-EOS.undent -    Logstash 1.4 emits an unhelpful error if you try to start it sans config. +    Logstash 1.4 emits an unhelpful error if you try to start it without config.      Please read the getting started guide located at:      http://logstash.net/docs/latest/tutorials/getting-started-with-logstash      EOS | 
