Skip to content

Commit

Permalink
Merge pull request #44 from saracen/fix-redundant-metadata-update
Browse files Browse the repository at this point in the history
Fix redundant file metadata update for symlinks
  • Loading branch information
saracen authored May 21, 2023
2 parents 4c37e97 + 07262db commit b121721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ func (e *Extractor) Extract(ctx context.Context) (err error) {
if err := e.createSymlink(path, file); err != nil {
return err
}
continue
}

err = e.updateFileMetadata(path, file)
Expand Down

0 comments on commit b121721

Please sign in to comment.