]> git.openstreetmap.org Git - chef.git/commitdiff
fix typo
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Nov 2021 08:20:06 +0000 (09:20 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Nov 2021 08:20:06 +0000 (09:20 +0100)
cookbooks/nominatim/recipes/default.rb

index 36389d896380a5638fee9e442ec59720bd3c2b3d..8f097925fe5c4c6806868f16c0b6c928b939bc49 100644 (file)
@@ -330,7 +330,7 @@ else
   systemd_timer "nominatim-update-maintenance-trigger" do
     action :create
     description "Schedule maintenance tasks for Nominatim DB"
-    on_calender "*-*-* 02:03:00 UTC"
+    on_calendar "*-*-* 02:03:00 UTC"
   end
 end