From 90d2b917a2150651c41ad501500a820ee4a6aa81 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Nov 2020 08:13:36 +0000 Subject: [PATCH] Fix new cookstyle warnings --- cookbooks/nominatim/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index fd7f49573..75c357902 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -102,7 +102,7 @@ directory "#{basedir}/tablespaces" do mode "700" end -# Note: tablespaces must be exactly in the same location on each +# NOTE: tablespaces must be exactly in the same location on each # Nominatim instance when replication is in use. Therefore # use symlinks to canonical directory locations. node[:nominatim][:tablespaces].each do |name, location| -- 2.39.5