summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 16:07:17 -0600
committerJeff Carr <[email protected]>2025-01-19 16:07:17 -0600
commit835c000aefc6eb702bd326d77d08ac47abba675b (patch)
treefee37fb35bd928ad3f12081813793f60e8963b1d /main.go
parent4c38b052fd936cd9fc9484811ceae4fd5b24e12d (diff)
check devel branches
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 53a96a7..eb25299 100644
--- a/main.go
+++ b/main.go
@@ -136,8 +136,8 @@ func main() {
}
if argv.GitPull != nil {
- argv.GitPull.findRepos()
- doGitPull()
+ // argv.GitPull.findRepos()
+ doGitFetch()
okExit("")
}