From f7b9af02ce4cf56e4b80b55cf2bd59e5a266d04d Mon Sep 17 00:00:00 2001 From: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:21:41 -0500 Subject: [PATCH] Update unmanic_link_installations.md to fix mix-up Main and remote was mixed up. --- docs/guides/unmanic_link_installations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/unmanic_link_installations.md b/docs/guides/unmanic_link_installations.md index 1272d19..850461f 100644 --- a/docs/guides/unmanic_link_installations.md +++ b/docs/guides/unmanic_link_installations.md @@ -60,7 +60,7 @@ For the purposes of this exercise, our objective now is to ensure all work is se - Add a tag to the library on `main`. We'll use the string "work" with no quotes. Remember to hit the Enter key after typing the string or the tag won't persist. - Add the same tag to the library on `remote`. - Add the same tag to the worker on `remote`. -- Ensure this tag is not present on `remote's` worker. +- Ensure this tag is not present on `main's` worker. With this setup in place, the work flow operates as follows: - The library on `main` will be used to initiate all pending task (based on scans or file monitoring).