mirror of
https://github.com/go-task/task.git
synced 2025-07-03 00:57:02 +02:00
Issue #826. Replaced zglob.Glob func with GlobFollowSymlinks to evaluate symlinks
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user