mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 00:04:24 +01:00
runtime: rename GetSanboxesStoragePath() --> GetSandboxesStoragePath()
Add the missing 'd'.
Fixes: #2738
Suggested-by: Jakob Naucke <jakob.naucke@ibm.com>
Signed-off-by: Francesco Giudici <fgiudici@redhat.com>
(cherry picked from commit 315295e0ef)
This commit is contained in:
@@ -39,7 +39,7 @@ func getSandboxIDFromReq(r *http.Request) (string, error) {
|
||||
}
|
||||
|
||||
func getSandboxFS() string {
|
||||
return shim.GetSanboxesStoragePath()
|
||||
return shim.GetSandboxesStoragePath()
|
||||
}
|
||||
|
||||
func checkSandboxFSExists(sandboxID string) bool {
|
||||
|
||||
Reference in New Issue
Block a user