X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f08ecb186ba2c0763ad2b58c0c9b95424a54cb3b..481864ed956365260fa7ae05ac18248ae168f4cd:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index fe5934a61..19d266f50 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -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"