From 6f3f6ca5961c194d07306cf3b71c5ff6930743bb Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Tue, 7 Jul 2026 10:06:47 +0200 Subject: [PATCH] fix(fleet): park-lab stack points at server "park-lab" The lab box's Periphery onboarded as park-lab (the earlier park-test name was from the first, discarded install attempt). Claude-Session: https://claude.ai/code/session_01Xcm6ikLgGoCxxHrxtjkk5V --- komodo/resources.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komodo/resources.toml b/komodo/resources.toml index 82ab4c1..87fc5d6 100644 --- a/komodo/resources.toml +++ b/komodo/resources.toml @@ -40,7 +40,7 @@ [[stack]] name = "park-lab" [stack.config] -server = "park-test" +server = "park-lab" git_provider = "git.infra.msai.al" git_account = "komodo" repo = "mca/parking_solution"