terraform-provider-archive icon indicating copy to clipboard operation
terraform-provider-archive copied to clipboard

361: Don't return filepath.SkipDir from the WalkFunc when excluding symlinked directories…

Open metmikel opened this issue 6 months ago • 1 comments

…, as the item at the path being processed is a symlink and according to https://pkg.go.dev/path/filepath#WalkFunc, returning filepath.SkipDir from WalkFunc when the item being processed is not a directory will skip the parent directory - which is not the desired behavior.

metmikel avatar Aug 20 '24 05:08 metmikel