diff --git a/internal/osutil/hash.go b/internal/osutil/hash.go index c2157b0..2f0ef91 100644 --- a/internal/osutil/hash.go +++ b/internal/osutil/hash.go @@ -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 {