]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: Fix cookbook typo
authorGrant Slater <git@firefishy.com>
Wed, 19 Dec 2018 13:10:37 +0000 (13:10 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 19 Dec 2018 13:10:37 +0000 (13:10 +0000)
roles/imagery.rb

index 2f4663447f7fe792378d857c363e1291120926b9..fbe2e0745776ea421d3f7540ba128e5fa80aee7f 100644 (file)
@@ -55,5 +55,5 @@ run_list(
   "recipe[imagery::gb_surrey_aerial]",
   "recipe[imagery::za_ngi_topo]",
   "recipe[imagery::za_coct_aerial]",
-  "recipe[imagery::na_sgswa_topo.rb]"
+  "recipe[imagery::na_sgswa_topo]"
 )