diff options
Diffstat (limited to 'deps/deps.go')
-rw-r--r-- | deps/deps.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps.go b/deps/deps.go index a1b54a862..de6d8b52a 100644 --- a/deps/deps.go +++ b/deps/deps.go @@ -193,7 +193,7 @@ func New(cfg DepsCfg) (*Deps, error) { return nil, err } - fileCaches, err := filecache.NewCachesFromPaths(ps.Paths) + fileCaches, err := filecache.NewCaches(ps) if err != nil { return nil, errors.WithMessage(err, "failed to create file caches from configuration") } |