Skip to content

Commit

Permalink
fix: comment out skip link
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Jan 4, 2025
1 parent 95529ff commit 42df688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/unarchive/archives.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ func (h *handler) HandleFile(_ context.Context, f archives.FileInfo) error {
return nil
}

if f.LinkTarget != "" {
return nil
}
// if f.LinkTarget != "" {
// return nil
// }

fn, err := allowWrite(h.fs, parentDir)
if err != nil {
Expand Down

0 comments on commit 42df688

Please sign in to comment.