From 7a8ada97e580096b98e677a6735a0967f740405d Mon Sep 17 00:00:00 2001 From: jw2249a Date: Wed, 10 Jan 2024 20:01:41 -0500 Subject: [PATCH] squash! fixup! fixing missed import in test --- misc/create_artifacts.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/create_artifacts.jl b/misc/create_artifacts.jl index 06847cb..fbd24e8 100755 --- a/misc/create_artifacts.jl +++ b/misc/create_artifacts.jl @@ -1,10 +1,7 @@ using SHA, Inflate, Tar fileA = "test/dfA.tar.gz" fileB = "test/dfB.tar.gz" - println("sha256 = ", bytes2hex(open(sha256, fileA))) println("git-tree-sha1 = ", Tar.tree_hash(IOBuffer(inflate_gzip(fileA)))) - println("sha256 = ", bytes2hex(open(sha256, fileB))) println("git-tree-sha1 = ", Tar.tree_hash(IOBuffer(inflate_gzip(fileB)))) -