diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 08:31:45 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 08:31:45 -0500 |
| commit | 5637809f5ca188f46dcaca4933e539bd2e59a2a2 (patch) | |
| tree | 5f41b8010efc4a7e509cccf38ea964c1f8450d61 | |
| parent | 86306aa887ac91bcf67bff62fa2f13fd5d4521f1 (diff) | |
ooops
| -rw-r--r-- | main.go | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -43,15 +43,6 @@ func getVersion(repo *gitpb.Repo, name string) string { return strings.TrimSpace(output) } -func reloadCheck(repo *gitpb.Repo) error { - if err := repo.ReloadCheck(); err != nil { - log.Info("changed:", repo.FullPath) - configSave = true - return err - } - return nil -} - func main() { me = new(mainType) prep.Bash(ARGNAME, argv.DoAutoComplete) // this line should be: prep.Bash(argv) @@ -60,12 +51,6 @@ func main() { me.forge = forgepb.Init() - if argv.Force { - me.forge.TestScan() - doNormal() - okExit("") - } - me.forge.ScanRepoDir() // looks for new dirs, checks existing repos for changes // initialize patches |
