]> git.openstreetmap.org Git - chef.git/commitdiff
Merge remote-tracking branch 'github/pull/545'
authorTom Hughes <tom@compton.nu>
Fri, 11 Nov 2022 00:00:35 +0000 (00:00 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Nov 2022 00:00:35 +0000 (00:00 +0000)
cookbooks/tile/recipes/default.rb

index fe5934a61f9672c8b45a18cb9831fc29a4e67be5..19d266f5019155179012f64d91a3ceb1e0b8293d 100644 (file)
@@ -377,7 +377,7 @@ node[:tile][:styles].each do |name, details|
 
   execute "#{style_directory}/project.mml" do
     action :nothing
-    command "carto -a 3.0.0 project.mml > project.xml"
+    command "carto -a 3.0.22 project.mml > project.xml"
     cwd style_directory
     user "tile"
     group "tile"