1 Commits

Author SHA1 Message Date
312a7222b4 Enable directory matching unless filesonly 2025-12-07 01:12:31 +01:00

View File

@@ -587,13 +587,6 @@ func ExpandPattern(source, workdir, target string, filesOnly bool) (links []Link
continue
}
if info.IsDir() {
// We don't care about matched directories
// We want files within them
LogInfo("Skipping directory %s", file)
continue
}
targetPath := filepath.Join(target, file)
links = append(links, LinkInstruction{