From c0d96e662eb370bd6c413c05e182fd8f82c11e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 29 Apr 2026 12:48:20 +0400 Subject: [PATCH] Fix harcoded sandbox name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- contrib/lima/sandbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lima/sandbox.sh b/contrib/lima/sandbox.sh index a8a14131a..488aaccf7 100755 --- a/contrib/lima/sandbox.sh +++ b/contrib/lima/sandbox.sh @@ -87,7 +87,7 @@ cmd_start() { } cmd_boot_logs() { - limactl shell probo-sandbox-fix -- sudo tail -f /var/log/cloud-init-output.log + limactl shell "${VM_NAME}" -- sudo tail -f /var/log/cloud-init-output.log } cmd_stop() {