summaryrefslogtreecommitdiff
path: root/lib/chef_zero/solr/solr_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_zero/solr/solr_parser.rb')
-rw-r--r--lib/chef_zero/solr/solr_parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/solr/solr_parser.rb b/lib/chef_zero/solr/solr_parser.rb
index cec1b34..86c232f 100644
--- a/lib/chef_zero/solr/solr_parser.rb
+++ b/lib/chef_zero/solr/solr_parser.rb
@@ -200,7 +200,7 @@ module ChefZero
end
end
- DEFAULT_FIELD = "text"
+ DEFAULT_FIELD = "text".freeze
end
end
end