We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c643c + 4ee1015 commit 3562adbCopy full SHA for 3562adb
Library/Homebrew/attestation.rb
@@ -222,7 +222,7 @@ def self.check_core_attestation(bottle)
222
attestation = check_attestation bottle, HOMEBREW_CORE_REPO
223
return attestation
224
rescue MissingAttestationError
225
- odebug "falling back on backfilled attestation for #{bottle}"
+ odebug "falling back on backfilled attestation for #{bottle.filename}"
226
227
# Our backfilled attestation is a little unique: the subject is not just the bottle
228
# filename, but also has the bottle's hosted URL hash prepended to it.
0 commit comments