diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 16:07:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 16:07:17 -0600 |
| commit | 835c000aefc6eb702bd326d77d08ac47abba675b (patch) | |
| tree | fee37fb35bd928ad3f12081813793f60e8963b1d /main.go | |
| parent | 4c38b052fd936cd9fc9484811ceae4fd5b24e12d (diff) | |
check devel branches
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -136,8 +136,8 @@ func main() { } if argv.GitPull != nil { - argv.GitPull.findRepos() - doGitPull() + // argv.GitPull.findRepos() + doGitFetch() okExit("") } |
