From b0c412752eb8b1b15afaee92ec0be2fb42d7ad23 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 7 Jun 2015 16:33:58 +0100 Subject: [PATCH] Fix rubocop style warning --- cookbooks/taginfo/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 396b5edf9..ae6c01eec 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -132,7 +132,7 @@ node[:taginfo][:sites].each do |site| settings["tagstats"]["cxxflags"] = "-I../../osmium/include" settings["tagstats"]["geodistribution"] = "MmapAnon" settings["user_interface"]["key_page"]["show_tab_similar"] = true - settings["level0"]["overpass_url_prefix"] = 'http://overpass-api.de/api/interpreter?' + settings["level0"]["overpass_url_prefix"] = "http://overpass-api.de/api/interpreter?" JSON.pretty_generate(settings) end -- 2.43.2