fix(deps): update module github.com/containers/storage to v1.49.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-22 16:31:39 +00:00
committed by GitHub
parent f54415d5b5
commit 3249973d37
13 changed files with 39 additions and 54 deletions

View File

@@ -675,8 +675,7 @@ func (d *Driver) Exists(id string) bool {
// List all of the layers known to the driver.
func (d *Driver) ListLayers() ([]string, error) {
subvolumesDir := filepath.Join(d.home, "subvolumes")
entries, err := os.ReadDir(subvolumesDir)
entries, err := os.ReadDir(d.subvolumesDir())
if err != nil {
return nil, err
}