You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from lima 22.0 (I guess) limactl ls <vm> returns 1 when the doesn't exist. That breaks many plans because list and status tasks fails instead of returning empty result.
The text was updated successfully, but these errors were encountered:
Starting from lima v0.22.0 (I guess) `limactl ls <vm>` returns 1, when
the <vm> doesn't exist. That breaks many plans because list and status
tasks fails instead of returning empty result.
This commit removes the `limactl list` return code check. Maybe later
we can improve it.
Fixes#31
Starting from lima 22.0 (I guess)
limactl ls <vm>
returns 1 when the doesn't exist. That breaks many plans becauselist
andstatus
tasks fails instead of returning empty result.The text was updated successfully, but these errors were encountered: