From: Sarah Hoffmann Date: Wed, 3 Nov 2021 08:20:06 +0000 (+0100) Subject: fix typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/21b39d16f16c4497e1d40cf3f16774dac1eb08d5 fix typo --- diff --git a/cookbooks/nominatim/recipes/default.rb b/cookbooks/nominatim/recipes/default.rb index 36389d896..8f097925f 100644 --- a/cookbooks/nominatim/recipes/default.rb +++ b/cookbooks/nominatim/recipes/default.rb @@ -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