]> git.openstreetmap.org Git - chef.git/commitdiff
Fix name in taginfo config.
authorJochen Topf <jochen@topf.org>
Thu, 5 Mar 2015 15:24:33 +0000 (16:24 +0100)
committerJochen Topf <jochen@topf.org>
Thu, 5 Mar 2015 15:24:33 +0000 (16:24 +0100)
cookbooks/taginfo/recipes/default.rb

index 839089500865edf6305cf7140b9e8fa67c0607d4..4ef8bdc29421e8095c490ed7831e97e46a74c75b 100644 (file)
@@ -124,7 +124,7 @@ node[:taginfo][:sites].each do |site|
     settings["sources"]["db"]["tagstats"] = "#{directory}/taginfo/tagstats/tagstats"
     settings["tagstats"]["cxxflags"] = "-I../../osmium/include"
     settings["tagstats"]["geodistribution"] = "MmapAnon"
-    settings["user_interface"]["key_page"]["show_similar_tab"] = true
+    settings["user_interface"]["key_page"]["show_tab_similar"] = true
 
     JSON.pretty_generate(settings)
   end