mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
fixed a typo
This commit is contained in:
parent
64297ad1d5
commit
01c2188aac
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ func (r *LibpodRuntime) RemovePod(ctx context.Context, id string, force bool) er
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
_, err = r.runtime.RemovePod(ctx, pod, true, force, 0)
|
||||
_, err = r.runtime.RemovePod(ctx, pod, true, force, nil)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue