From c1f5c7d045a640603c66fb564b6c642adff4998a Mon Sep 17 00:00:00 2001 From: Laura Peskin Date: Tue, 6 Jan 2026 18:06:35 -0800 Subject: vm/starnix: update syntax for ffx target list --- vm/starnix/starnix.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vm/starnix') diff --git a/vm/starnix/starnix.go b/vm/starnix/starnix.go index e6da96dc0..15dde3a5e 100644 --- a/vm/starnix/starnix.go +++ b/vm/starnix/starnix.go @@ -325,10 +325,9 @@ func (inst *instance) connect() error { address, err := inst.runFfx( 30*time.Second, true, - "--target", - inst.name, "target", "list", + inst.name, "--format", "addresses", ) -- cgit mrf-deployment