From 1fb5ddac239b50684bf060cc3a77dd0023a87d31 Mon Sep 17 00:00:00 2001 From: James Yu Date: Wed, 19 Feb 2014 22:09:23 -0600 Subject: conform to ES 1.0 naming convention Closes #26853. Signed-off-by: Adam Vandenberg --- Library/Formula/elasticsearch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 4bb8e4cd0..235665c1e 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -40,7 +40,7 @@ class Elasticsearch < Formula rm_rf "#{prefix}/target/" end - # Set up ElasticSearch for local development: + # Set up Elasticsearch for local development: inreplace "#{prefix}/config/elasticsearch.yml" do |s| # 1. Give the cluster a unique name s.gsub! /#\s*cluster\.name\: elasticsearch/, "cluster.name: #{cluster_name}" -- cgit v1.2.3