From bb9844c638ccae363d800a761da18e9f43cc9ab3 Mon Sep 17 00:00:00 2001 From: Snider Date: Tue, 3 Mar 2026 12:36:23 +0000 Subject: [PATCH] fix: correct clone URL in lthn.lan handover doc Repo is lthn/hostuk, not host-uk/host.uk.com. Co-Authored-By: Claude Opus 4.6 --- docs/plans/2026-03-03-lthn-lan-handover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plans/2026-03-03-lthn-lan-handover.md b/docs/plans/2026-03-03-lthn-lan-handover.md index 3b9b240..d3a411a 100644 --- a/docs/plans/2026-03-03-lthn-lan-handover.md +++ b/docs/plans/2026-03-03-lthn-lan-handover.md @@ -44,7 +44,7 @@ mkdir -p /opt/services/lthn-lan cd /opt/services/lthn-lan # Clone via forge SSH -git clone ssh://git@forge.lthn.ai:2223/host-uk/host.uk.com.git app +git clone ssh://git@forge.lthn.ai:2223/lthn/hostuk.git app cd app ```