mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 14:14:15 +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:
parent
8fe88696c0
commit
7d7c25c1d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user