fix: correctly clean path
This commit is contained in:
@@ -56,7 +56,7 @@ var withHashFile = func(fn handleFunc) handleFunc {
|
|||||||
filePath := ""
|
filePath := ""
|
||||||
|
|
||||||
if file.IsDir {
|
if file.IsDir {
|
||||||
basePath = filepath.Dir(basePath)
|
basePath = filepath.Clean(link.Path)
|
||||||
filePath = ifPath
|
filePath = ifPath
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user