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 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-03-03 12:36:23 +00:00
parent 2a14fda69c
commit bb9844c638

View file

@ -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
```