summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 08:31:45 -0500
committerJeff Carr <[email protected]>2025-09-13 08:31:45 -0500
commit5637809f5ca188f46dcaca4933e539bd2e59a2a2 (patch)
tree5f41b8010efc4a7e509cccf38ea964c1f8450d61
parent86306aa887ac91bcf67bff62fa2f13fd5d4521f1 (diff)
ooops
-rw-r--r--main.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/main.go b/main.go
index 8aff206..d4c1f63 100644
--- a/main.go
+++ b/main.go
@@ -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