forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] I missed one more Elasticsearch...
This is a one-line fix. Fixes elastic#3015
- Loading branch information
1 parent
8afce18
commit 484c992
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|