X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9949b7666e55675ff8e962fc7c44140b80b21125..3cf5cb9ed6cfd4953278ba28db6e7ae049bfc338:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 0f0001940..fcbf2f330 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -72,7 +72,7 @@ end execute "#{cache_dir}/air3_v0.8.zip" do action :nothing - command "unzip -o -qq #{cache_dir}/air3_v0.8.zip Air3.css Air3/*" + command "unzip -o -qq #{cache_dir}/air3_v0.8.zip Air3.css 'Air3/*'" cwd "/srv/forum.openstreetmap.org/html/style" user "forum" group "forum"