Skip to content

Commit

Permalink
[DOC] I missed one more Elasticsearch...
Browse files Browse the repository at this point in the history
This is a one-line fix.

Fixes elastic#3015
  • Loading branch information
untergeek authored and jordansissel committed Apr 14, 2015
1 parent 8afce18 commit 484c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/static/include/pluginbody.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ Gem::Specification.new do |s|
s.licenses = ['Apache License (2.0)']
s.summary = "This {plugintype} does x, y, z in Logstash"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
s.authors = ["Elasticsearch"]
s.authors = ["Elastic"]
s.email = '[email protected]'
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
s.require_paths = ["lib"]
Expand Down

0 comments on commit 484c992

Please sign in to comment.