Merge pull request #6355 from yanggangtony/fix-wrong-notes

fix wrong notes for func GetSandboxesStoragePathRust()
This commit is contained in:
Chelsea Mafrica 2023-03-03 07:55:54 -08:00 committed by GitHub
commit ebe916b372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@ func GetSandboxesStoragePath() string {
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 {
return "/run/kata"
}