mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 12:29:49 +00:00
runtime-rs: fix a typo in device manager
Fixes: #8293 Signed-off-by: Zizheng Bian <zizheng.bian@linux.alibaba.com>
This commit is contained in:
@@ -453,7 +453,7 @@ pub async fn do_handle_device(
|
||||
.await
|
||||
.new_device(dev_info)
|
||||
.await
|
||||
.context("failed to create deviec")?;
|
||||
.context("failed to create device")?;
|
||||
|
||||
d.write()
|
||||
.await
|
||||
|
Reference in New Issue
Block a user