save on dirty changes

This commit is contained in:
Jeff Carr 2025-02-07 12:45:21 -06:00
parent 574bce8006
commit 1d89d38bc3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func doCheckDirty(repo *gitpb.Repo) error {
// reset these in here for now
if repo.GetTargetVersion() != "" {
repo.TargetVersion = ""
me.forge.SetConfigSave(true)
}
return nil
}