diff --git a/instruction.go b/instruction.go index de59532..f57bbc4 100644 --- a/instruction.go +++ b/instruction.go @@ -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{