From: Tom Hughes Date: Wed, 16 Oct 2013 18:28:10 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d62bfa5748262e2d2e32936982ec925263f92558 Fix typo --- diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 7c0068ee0..8609f95f5 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -98,7 +98,7 @@ remote_directory "/srv/gps-tile.openstreetmap.org/html" do mode 0755 files_owner "gpstile" files_group "gpstile" - mode 0644 + files_mode 0644 end apache_module "headers"