save on dirty changes
This commit is contained in:
parent
574bce8006
commit
1d89d38bc3
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue