This commit is contained in:
Jeff Carr 2025-09-11 06:32:50 -05:00
parent 363460290d
commit 0785f0e97f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func getVersion(repo *gitpb.Repo, name string) string {
func reloadCheck(repo *gitpb.Repo) error {
if err := repo.ReloadCheck(); err != nil {
log.Info("need to reload", repo.FullPath)
log.Info("changed:", repo.FullPath)
configSave = true
return err
}