Skip to content

Commit 3562adb

Browse files
authored
Merge pull request #20310 from Homebrew/attestation_debug
attestation: improve debug message.
2 parents 02c643c + 4ee1015 commit 3562adb

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)