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:
Francesco Giudici
2021-09-27 15:48:32 +02:00
parent b0aca51eac
commit 97167ccddd
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {