fixed a typo

This commit is contained in:
christophe-duc 2026-01-08 14:11:25 -04:00
parent 64297ad1d5
commit 01c2188aac

View file

@ -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
}