File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 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
33go 1.13
44
55require (
6- github.com/Southclaws/gitwatch v1.5.0
6+ github.com/Southclaws/gitwatch v1.5.1
77 github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
88 github.com/eapache/go-resiliency v1.2.0
99 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
1515github.com/Southclaws/gitwatch v1.4.2 /go.mod h1:xCudUiwWxkDYZ69cEhlTwAKIzbG1OpnA/s/pjPIW6gU =
1616github.com/Southclaws/gitwatch v1.5.0 h1:SEafeI+2krvRmSxinXXl3dotb35eJIXSh0b5jpLk+X0 =
1717github.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 =
1820github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs =
1921github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 /go.mod h1:6zEj6s6u/ghQa61ZWa/C2Aw3RkjiTBOix7dkqa1VLIs =
2022github.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) {
109109 p .directory ,
110110 p .authMethod ,
111111 false )
112+ p .configWatcher .UseForce = true
112113 if err != nil {
113114 return errors .Wrap (err , "failed to watch config target" )
114115 }
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ func (w *GitWatcher) watchTargets() (err error) {
189189 w .directory ,
190190 nil ,
191191 false )
192+ w .targetsWatcher .UseForce = true
192193 if err != nil {
193194 return errors .Wrap (err , "failed to watch targets" )
194195 }
You can’t perform that action at this time.
0 commit comments