From: Tom Hughes Date: Wed, 28 Jul 2021 18:30:37 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fa94eb23315195c6af34a5152e7f3426b42c7e3f Fix typo --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 1bc45e92f..64807f74c 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -533,7 +533,7 @@ end service "tile-ratelimit" do action [:enable, :start] - subscribes :restart, "file[/usr/local/bin/time-ratelimit]" + subscribes :restart, "file[/usr/local/bin/tile-ratelimit]" subscribes :restart, "systemd_service[tile-ratelimit]" end