Commit ab48fb7
committed
limactl shell: avoid silencing errors
Fix issue 2980
Before:
```
$ limactl shell alpine
$ echo $?
255
```
After:
```
$ limactl shell alpine
suda@127.0.0.1: Permission denied (publickey,keyboard-interactive).
$ echo $?
255
```
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>1 parent 5fb9353 commit ab48fb7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments