Skip to content

Commit

Permalink
Fix incorrect gitoid true on dirHash
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas committed May 14, 2024
1 parent 7ee07ff commit ae2634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptoutil/digestset.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
}: "gitoid:sha1",
{
Hash: crypto.SHA256,
GitOID: true,
GitOID: false,
}: "dirHash",
}

Expand Down

0 comments on commit ae2634a

Please sign in to comment.