save the file

This commit is contained in:
Jeff Carr 2025-08-21 12:30:26 -05:00
parent 80dd77a6c8
commit 31c2a90f02
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ func doRepoCleanDevel(repo *gitpb.Repo) error {
}
if err := justDeleteTheDevelBranchAlready(repo); err != nil {
log.Info("justDeleteTheDevel() err", repo.GetGoPath(), err)
configSave = true
return err
}
return nil