提交 b50088dd 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!67 isulad: using --force to compat kata-runtime shouldForceDelete

Merge pull request !67 from jing-rui/dev
......@@ -481,7 +481,7 @@ out:
static int runtime_call_delete_force(const char *workdir, const char *runtime, const char *id)
{
const char *opts[1] = {"-f"};
const char *opts[1] = {"--force"};
return runtime_call_simple(workdir, runtime, "delete", opts, 1, id);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册