From: Tom Hughes Date: Fri, 11 Nov 2022 00:00:35 +0000 (+0000) Subject: Merge remote-tracking branch 'github/pull/545' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/839b4cef7fa74cde52361962cc620de52b9e0193?hp=f08ecb186ba2c0763ad2b58c0c9b95424a54cb3b Merge remote-tracking branch 'github/pull/545' --- 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"