From 731bc1b92a83cb0632d58c1a538d8d9171f907bd Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 2 Jul 2025 15:46:23 +0100 Subject: [PATCH] imagery: fix quote linting --- cookbooks/imagery/recipes/na_sgswa_topo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/recipes/na_sgswa_topo.rb b/cookbooks/imagery/recipes/na_sgswa_topo.rb index 29a4e922c..2515780d3 100644 --- a/cookbooks/imagery/recipes/na_sgswa_topo.rb +++ b/cookbooks/imagery/recipes/na_sgswa_topo.rb @@ -30,7 +30,7 @@ imagery_layer "na_sgswa_topo_50k" do title "Namibia Topo 50k" projection "EPSG:4326" source "/store/imagery/na/topo-50k/namibia-50k-topo-v4-alpha-hidenodata.vrt" - copyright 'State Copyright © 1958 - 1991; Surveyor-General, Windhoek, Namibia' + copyright "State Copyright © 1958 - 1991; Surveyor-General, Windhoek, Namibia" default_layer true max_zoom 16 revision 3 -- 2.39.5