Skip to content

Commit

Permalink
tap_auditor: try clearing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 9, 2024
1 parent b6143d4 commit 3206cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/tap_auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class TapAuditor
sig { params(tap: Tap, strict: T.nilable(T::Boolean)).void }
def initialize(tap, strict:)
Homebrew.with_no_api_env do
tap.clear_cache

Check warning on line 13 in Library/Homebrew/tap_auditor.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/tap_auditor.rb#L13

Added line #L13 was not covered by tests
@name = tap.name
@path = tap.path
@tap_audit_exceptions = tap.audit_exceptions
Expand Down

0 comments on commit 3206cdc

Please sign in to comment.