File tree 4 files changed +5
-1
lines changed
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/picostack/pico
3
3
go 1.13
4
4
5
5
require (
6
- github.com/Southclaws/gitwatch v1.5.0
6
+ github.com/Southclaws/gitwatch v1.5.1
7
7
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
8
8
github.com/eapache/go-resiliency v1.2.0
9
9
github.com/frankban/quicktest v1.4.1 // indirect
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ github.com/Southclaws/gitwatch v1.4.2 h1:7HrA4sGCV+a1LHxiBf5vOO06CMKb6cYiVaATPoz
15
15
github.com/Southclaws/gitwatch v1.4.2 /go.mod h1:xCudUiwWxkDYZ69cEhlTwAKIzbG1OpnA/s/pjPIW6gU =
16
16
github.com/Southclaws/gitwatch v1.5.0 h1:SEafeI+2krvRmSxinXXl3dotb35eJIXSh0b5jpLk+X0 =
17
17
github.com/Southclaws/gitwatch v1.5.0 /go.mod h1:xCudUiwWxkDYZ69cEhlTwAKIzbG1OpnA/s/pjPIW6gU =
18
+ github.com/Southclaws/gitwatch v1.5.1 h1:2HqCcZqRn/ud/0nKQU77PCallkz8Tvvl9V6uRODHh/U =
19
+ github.com/Southclaws/gitwatch v1.5.1 /go.mod h1:xCudUiwWxkDYZ69cEhlTwAKIzbG1OpnA/s/pjPIW6gU =
18
20
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs =
19
21
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 /go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs =
20
22
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA =
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ func (p *GitProvider) watchConfig() (err error) {
109
109
p .directory ,
110
110
p .authMethod ,
111
111
false )
112
+ p .configWatcher .UseForce = true
112
113
if err != nil {
113
114
return errors .Wrap (err , "failed to watch config target" )
114
115
}
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ func (w *GitWatcher) watchTargets() (err error) {
189
189
w .directory ,
190
190
nil ,
191
191
false )
192
+ w .targetsWatcher .UseForce = true
192
193
if err != nil {
193
194
return errors .Wrap (err , "failed to watch targets" )
194
195
}
You can’t perform that action at this time.
0 commit comments