Commit fbf00e6
committed
Do not check
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 #31limactl list exit code1 parent 26500cd commit fbf00e6
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 43 | + | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
58 | 52 | | |
59 | 53 | | |
60 | 54 | | |
| |||
0 commit comments