From 8b5c53c83fb1de7aaa42e92a9a66d8bfd60bab62 Mon Sep 17 00:00:00 2001 From: Stephen Glass Date: Tue, 24 Sep 2024 21:47:44 -0400 Subject: [PATCH] Fix typo in cloudflared docs Signed-off-by: Stephen Glass --- docs/guides/dns/cloudflared.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dns/cloudflared.md b/docs/guides/dns/cloudflared.md index 7ec07ac..67f90d2 100644 --- a/docs/guides/dns/cloudflared.md +++ b/docs/guides/dns/cloudflared.md @@ -200,7 +200,7 @@ sudo chown root:root /etc/cron.weekly/cloudflared-updater !!! warning Make sure to add shebang `#!/bin/bash` in the beginning of `/etc/cron.weekly/cloudflared-updater`. - Otherwise, the command would not executed. + Otherwise, the command will not be executed. The system will now attempt to update the cloudflared binary automatically, once per week.