fix: incorrect remote taskfiles cache directory

This commit is contained in:
Pete Davison
2023-09-14 21:57:46 +00:00
committed by Andrey Nering
parent 92f30d4d70
commit ba299aa71f
3 changed files with 25 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ func NewFileNode(uri string, opts ...NodeOption) (*FileNode, error) {
}
uri = d
}
path, err := existsWalk(uri)
path, err := Exists(uri)
if err != nil {
return nil, err
}