X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/24667dd71480bd1bf146abc9da701f788621634e..54560da66a4b619789ae26d8444232adde6813eb:/cookbooks/tile/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 5083790c3..0f10f064f 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -315,7 +315,7 @@ node[:tile][:styles].each do |name, details| execute "#{style_directory}/project.mml" do action :nothing - command "carto project.mml > project.xml" + command "carto -a 3.0.0 project.mml > project.xml" cwd style_directory user "tile" group "tile"