From: Tom Hughes Date: Sun, 7 Jun 2015 15:33:58 +0000 (+0100) Subject: Fix rubocop style warning X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b0c412752eb8b1b15afaee92ec0be2fb42d7ad23 Fix rubocop style warning --- 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