mirror of
https://github.com/go-task/task.git
synced 2025-01-20 04:59:37 +02:00
Issue #826. Replaced zglob.Glob func with GlobFollowSymlinks to evaluate symlinks
This commit is contained in:
parent
c4e10ef0aa
commit
2a67499f12
@ -32,7 +32,7 @@ func Glob(dir string, g string) ([]string, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
fs, err := zglob.Glob(g)
|
fs, err := zglob.GlobFollowSymlinks(g)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user