diff options
Diffstat (limited to 'doGit.go')
| -rw-r--r-- | doGit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ func findRepo(wpath string) (*gitpb.Repo, bool) { func doPull(wpath string) { repo, ok := findRepo(wpath) - if ok { + if !ok { return } os.Chdir(repo.FullPath) |
