]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Sat, 17 Jan 2015 12:40:13 +0000 (12:40 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 17 Jan 2015 12:40:13 +0000 (12:40 +0000)
cookbooks/tilelog/recipes/default.rb

index 6ad7b1493f9239065914b3822d5562d55ce720ba..9ab433195e467b6f4bbf4d017bc2fce499b1fa0a 100644 (file)
@@ -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