From aa62c9734d8840f0b23868c8e3b181fcd2e87bbf Mon Sep 17 00:00:00 2001 From: Josef Hoerandtner Date: Tue, 3 Dec 2024 15:03:43 +0100 Subject: [PATCH] Fix typo in README.md (#477) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c62b5ef..2eaaf0ff 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ ghorg reclone-cron --minutes 1440 ### Environment Variables -- `GHORG_CRON_TIMER_MINUTES`: The interval in minutes for the cron job. This can be set via the `--minutes` flag. Defualt is 60 minutes. +- `GHORG_CRON_TIMER_MINUTES`: The interval in minutes for the cron job. This can be set via the `--minutes` flag. Default is 60 minutes. ## Using Docker