From 3487feaba0ce1e136b0ce3fc66c7d96607c53310 Mon Sep 17 00:00:00 2001 From: Alvin Chen Date: Tue, 6 Dec 2016 13:23:50 -0800 Subject: [PATCH] Remove community maintained statement Remove community maintained statement Fixes #6365 --- tools/logstash-docgen/templates/plugin-doc.asciidoc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/logstash-docgen/templates/plugin-doc.asciidoc.erb b/tools/logstash-docgen/templates/plugin-doc.asciidoc.erb index 1b6eed180..999b52ea4 100644 --- a/tools/logstash-docgen/templates/plugin-doc.asciidoc.erb +++ b/tools/logstash-docgen/templates/plugin-doc.asciidoc.erb @@ -7,7 +7,7 @@ Released on: <%=release_date%> Compatible: <%= supported_logstash %> <% unless default_plugin? %> -NOTE: This is a community-maintained plugin! It does not ship with Logstash by default, but it is easy to install by running `bin/logstash-plugin install logstash-<%= section %>-<%= name %>`. +NOTE: This plugin does not ship with Logstash by default, but it is easy to install by running `bin/logstash-plugin install logstash-<%= section %>-<%= name %>`. <% end %> <%= description %>