From: Tom Hughes Date: Sat, 17 Jan 2015 12:40:13 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b75ef1393831f5a08944da6ecc1bb47232dce8fb Fix typo --- diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 6ad7b1493..9ab433195 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -79,7 +79,7 @@ template "/usr/local/bin/tilelog" do end template "/etc/cron.d/tilelog" do - source "tileog.cron.erb" + source "tilelog.cron.erb" owner "root" group "root" mode 0644