This commit is contained in:
Jeff Carr 2025-09-13 08:31:45 -05:00
parent 86306aa887
commit 5637809f5c
1 changed files with 0 additions and 15 deletions

15
main.go
View File

@ -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