Skip to content

Commit 49f7056

Browse files
committed
chore(ci): Fix hash check debugging
1 parent 9109d59 commit 49f7056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-tiledb/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ runs:
176176
if found_sha256 != expected_sha256:
177177
print("SHA256 hashes don't match!")
178178
print("Expected: '{!r}'".format(expected_sha256))
179-
print("Found: '{!r}'".format(foun_sha256))
179+
print("Found: '{!r}'".format(found_sha256))
180180
exit(1)
181181
182182
with open(os.environ["GITHUB_OUTPUT"], 'w') as handle:

0 commit comments

Comments
 (0)