From: Grant Slater Date: Thu, 25 Aug 2016 22:16:31 +0000 (+0100) Subject: imagery: fix role typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b4529349961ad098922592ac99c5ab2216f2b5d6 imagery: fix role typo --- diff --git a/roles/imagery.rb b/roles/imagery.rb index c7c0441e0..e1d4881a9 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -53,6 +53,6 @@ run_list( "recipe[imagery::gb_hampshire_aerial]", "recipe[imagery::gb_os_sv]", "recipe[imagery::gb_surrey_aerial]", - "recipe[imagery::za_ngi_topo]," + "recipe[imagery::za_ngi_topo]", "recipe[imagery::za_coct_aerial]" )