From 97628e54b2f2c640013ca61adc045de3805c52c7 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Sat, 6 Sep 2025 01:53:22 -0700 Subject: [PATCH] docs(automate): False simultaneous run warning --- docs/source/guides/getting_started/automating_downloads.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/guides/getting_started/automating_downloads.rst b/docs/source/guides/getting_started/automating_downloads.rst index 5c36ffd0..be5f1c80 100644 --- a/docs/source/guides/getting_started/automating_downloads.rst +++ b/docs/source/guides/getting_started/automating_downloads.rst @@ -43,8 +43,8 @@ schedule. will run *whenever* the container starts including when the host reboots, when ``# dockerd`` is upgraded, when a new image is pulled, when something applies Compose changes, etc.. This may result in running ``ytdl-sub`` right before or after the next - cron scheduled run or even at the same time on top of each other. Instead, run your - cron script manually inside the running container as needed: + cron scheduled run. Instead, run your cron script manually inside the running + container as needed: .. code-block:: console