Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
limactl shell: avoid silencing errors
Fix issue 2980 Before: ``` $ limactl shell alpine $ echo $? 255 ``` After: ``` $ limactl shell alpine [email protected]: Permission denied (publickey,keyboard-interactive). $ echo $? 255 ``` Signed-off-by: Akihiro Suda <[email protected]>
- Loading branch information