Skip to content

Commit

Permalink
Merge pull request #15624 from bayandin/disable-fsmonitor-for-taps
Browse files Browse the repository at this point in the history
tap: disable fsmonitor for third-party taps
  • Loading branch information
MikeMcQuaid authored Jul 4, 2023
2 parents 00db165 + f6e4849 commit 9cd4475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ def install(quiet: false, clone_target: nil, force_auto_update: nil, custom_remo

# Override user-set default template
args << "--template="
# prevent fsmonitor from watching this repo
args << "--config" << "core.fsmonitor=false"

begin
safe_system "git", *args
Expand Down

0 comments on commit 9cd4475

Please sign in to comment.