Skip to content

Commit 4ee1015

Browse files
authored
attestation: improve debug message.
Let's reference a bottle filename here rather than a class instance ID.
1 parent 02c643c commit 4ee1015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/attestation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def self.check_core_attestation(bottle)
222222
attestation = check_attestation bottle, HOMEBREW_CORE_REPO
223223
return attestation
224224
rescue MissingAttestationError
225-
odebug "falling back on backfilled attestation for #{bottle}"
225+
odebug "falling back on backfilled attestation for #{bottle.filename}"
226226

227227
# Our backfilled attestation is a little unique: the subject is not just the bottle
228228
# filename, but also has the bottle's hosted URL hash prepended to it.

0 commit comments

Comments
 (0)