mirror of
https://github.com/go-task/task.git
synced 2026-06-27 06:34:18 +00:00
fix: incorrect remote taskfiles cache directory
This commit is contained in:
committed by
Andrey Nering
parent
92f30d4d70
commit
ba299aa71f
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user