summaryrefslogtreecommitdiff
path: root/doGit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 03:52:26 -0500
committerJeff Carr <[email protected]>2025-10-03 03:52:26 -0500
commit3e8bef724c2173c4ecf749e0c03d9131abd094bb (patch)
treec94e81706a78970bbef16054172b944f7f8bf84f /doGit.go
parent62abca26fd749a3fcb7838479e90bef7db747d0f (diff)
add rdate
Diffstat (limited to 'doGit.go')
-rw-r--r--doGit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGit.go b/doGit.go
index 1f51dea..aacba3f 100644
--- a/doGit.go
+++ b/doGit.go
@@ -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)