From 3e8bef724c2173c4ecf749e0c03d9131abd094bb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Oct 2025 03:52:26 -0500 Subject: add rdate --- doGit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doGit.go') 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) -- cgit v1.2.3