mirror of https://github.com/perkeep/perkeep.git
camweb: fix git fetch command.
Change-Id: Ibf4203324ea182750815df4dee48bd30cc70920b
This commit is contained in:
parent
0c6c9d597f
commit
c8479f6fd4
|
@ -164,7 +164,7 @@ func commitEmailLoop() error {
|
|||
}
|
||||
|
||||
func pollCommits(dir string) {
|
||||
cmd := exec.Command("git", "fetch", "origin", "master")
|
||||
cmd := exec.Command("git", "fetch", "origin")
|
||||
cmd.Dir = dir
|
||||
out, err := cmd.CombinedOutput()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue