diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 03:52:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 03:52:26 -0500 |
| commit | 3e8bef724c2173c4ecf749e0c03d9131abd094bb (patch) | |
| tree | c94e81706a78970bbef16054172b944f7f8bf84f /doGit.go | |
| parent | 62abca26fd749a3fcb7838479e90bef7db747d0f (diff) | |
add rdate
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) |
