]> git.openstreetmap.org Git - chef.git/commitdiff
Fix rubocop style warning
authorTom Hughes <tom@compton.nu>
Sun, 7 Jun 2015 15:33:58 +0000 (16:33 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 7 Jun 2015 15:43:19 +0000 (16:43 +0100)
cookbooks/taginfo/recipes/default.rb

index 396b5edf9072b31fa9fe8d3f51551931aad5ad7e..ae6c01eece04831f6ed1baf9effbc0d75be01fce 100644 (file)
@@ -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