diff --git a/files/file.go b/files/file.go index 2c932c87..aa8d1910 100644 --- a/files/file.go +++ b/files/file.go @@ -205,7 +205,7 @@ func (i *FileInfo) readListing(checker rules.Checker) error { if strings.HasPrefix(f.Mode().String(), "L") { // It's a symbolic link. We try to follow it. If it doesn't work, // we stay with the link information instead if the target's. - info, err := os.Stat(name) + info, err := i.Fs.Stat(path) if err == nil { f = info } diff --git a/frontend b/frontend index 3e14855e..a7102977 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 3e14855e4f9b5719164f79b5ac8ccdf019f6429e +Subproject commit a71029771582dbc85baa5a4eb984d800311b01c5