From fcdabe0e00ec326faa6fa0b6778ab959b74aa025 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 31 May 2016 18:49:23 +0100 Subject: [PATCH] Fix rubocop warnings --- cookbooks/imagery/recipes/au_agri.rb | 2 +- cookbooks/imagery/recipes/gb_hampshire_aerial.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/imagery/recipes/au_agri.rb b/cookbooks/imagery/recipes/au_agri.rb index bade46b6f..35740d3b6 100644 --- a/cookbooks/imagery/recipes/au_agri.rb +++ b/cookbooks/imagery/recipes/au_agri.rb @@ -21,7 +21,7 @@ include_recipe "imagery" imagery_site "agri.openstreetmap.org" do title "OpenStreetMap - The Australian Geographic Reference Image" - aliases [ "a.agri.openstreetmap.org", "b.agri.openstreetmap.org", "c.agri.openstreetmap.org" ] + aliases ["a.agri.openstreetmap.org", "b.agri.openstreetmap.org", "c.agri.openstreetmap.org"] bbox [[-44.74673, 111.5332], [-9.75237, 154.6875]] end diff --git a/cookbooks/imagery/recipes/gb_hampshire_aerial.rb b/cookbooks/imagery/recipes/gb_hampshire_aerial.rb index 6e17de68c..548910384 100644 --- a/cookbooks/imagery/recipes/gb_hampshire_aerial.rb +++ b/cookbooks/imagery/recipes/gb_hampshire_aerial.rb @@ -21,7 +21,7 @@ include_recipe "imagery" imagery_site "hampshire.aerial.openstreetmap.org.uk" do title "OpenStreetMap - Hampshire Hub Aerial" - aliases [ "a.hampshire.aerial.openstreetmap.org.uk", "b.hampshire.aerial.openstreetmap.org.uk", "c.hampshire.aerial.openstreetmap.org.uk" ] + aliases ["a.hampshire.aerial.openstreetmap.org.uk", "b.hampshire.aerial.openstreetmap.org.uk", "c.hampshire.aerial.openstreetmap.org.uk"] bbox [[50.68993, -1.97823], [51.39492, -0.70724]] end -- 2.43.2