Fix harcoded sandbox name

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-29 12:48:20 +04:00
parent 36c3d7649f
commit c0d96e662e

View File

@@ -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() {