Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
fix(osutil): remove accidental doubling of filepath (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeebeats authored Apr 8, 2024
1 parent 22e051f commit dfc3f3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/osutil/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ func HashFiles(h hash.Hash, root string) error {
return nil
}

path = filepath.Join(root, path)

// Hash the file.
return HashFileWithName(h, root, path)
}); err != nil {
Expand Down

0 comments on commit dfc3f3d

Please sign in to comment.