Skip to content

Commit

Permalink
Rename directories inputs index files to hash only
Browse files Browse the repository at this point in the history
  • Loading branch information
werkt committed Feb 15, 2021
1 parent 096a3b5 commit 7ed1885
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ private Set<Digest> removeEntryDirectories(String entry) {
}

Path path(Digest digest) {
return root.resolve(digest.getHash() + "_" + digest.getSizeBytes() + "_dir_inputs");
return root.resolve(digest.getHash() + "_dir_inputs");
}

@Override
Expand Down

0 comments on commit 7ed1885

Please sign in to comment.