From d66e95365f98720bcac3593cb30f1a1366a6a4de Mon Sep 17 00:00:00 2001 From: Guillaume RISCHARD Date: Sun, 18 Jun 2023 07:46:28 -0400 Subject: [PATCH] syntax --- cookbooks/imagery/recipes/lu_ngl_dtm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index d7e5b42a2..e3133bf9f 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -26,12 +26,12 @@ end imagery_layer "ana_dtm_2017" do site "ana-dtm-2017.openstreetmap.lu" - action: delete + action :delete end imagery_layer "ana_dtm_2017_hillshading" do site "ana-dtm-2017.openstreetmap.lu" - action: delete + action :delete end imagery_layer "ana_dtm_2017_hillshading_multi" do -- 2.39.5