Skip to content

Commit e8e56cd

Browse files
committed
--rosetta: change to set .vmOpts.vz.rosetta
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
1 parent b9b9aa6 commit e8e56cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/limactl/editflags/editflags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func YQExpressions(flags *flag.FlagSet, newInstance bool) ([]string, error) {
321321
if err != nil {
322322
return "", err
323323
}
324-
return fmt.Sprintf(".rosetta.enabled = %v | .rosetta.binfmt = %v", b, b), nil
324+
return fmt.Sprintf(".vmOpts.vz.rosetta.enabled = %v | .vmOpts.vz.rosetta.binfmt = %v", b, b), nil
325325
},
326326
false,
327327
false,

0 commit comments

Comments
 (0)