Skip to content

Commit

Permalink
fix (core): Fix embarassing original bug (oversight) in DigestCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Jan 4, 2025
1 parent b868195 commit a1508b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/dev/enola/cli/DigestCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public Integer call() throws Exception {
var resource = rp.getResource(uri);

var multihash = new ResourceHasher().hash(resource, type);
multibase = Multibase.Base.Base64;
pw.println(Multihashes.toString(multihash, multibase));
}
return 0;
Expand Down

0 comments on commit a1508b4

Please sign in to comment.