tap: disable fsmonitor for third-party taps
This commit is contained in:
parent
9e257fc960
commit
f6e4849c0f
@ -309,6 +309,8 @@ class Tap
|
|||||||
|
|
||||||
# Override user-set default template
|
# Override user-set default template
|
||||||
args << "--template="
|
args << "--template="
|
||||||
|
# prevent fsmonitor from watching this repo
|
||||||
|
args << "--config" << "core.fsmonitor=false"
|
||||||
|
|
||||||
begin
|
begin
|
||||||
safe_system "git", *args
|
safe_system "git", *args
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user