mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 17:33:02 +00:00
Merge pull request #6355 from yanggangtony/fix-wrong-notes
fix wrong notes for func GetSandboxesStoragePathRust()
This commit is contained in:
commit
ebe916b372
@ -307,7 +307,7 @@ func GetSandboxesStoragePath() string {
|
|||||||
return "/run/vc/sbs"
|
return "/run/vc/sbs"
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetSandboxesStoragePath returns the storage path where sandboxes info are stored in runtime-rs
|
// GetSandboxesStoragePathRust returns the storage path where sandboxes info are stored in runtime-rs
|
||||||
func GetSandboxesStoragePathRust() string {
|
func GetSandboxesStoragePathRust() string {
|
||||||
return "/run/kata"
|
return "/run/kata"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user