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
|
// reset these in here for now
|
||||||
if repo.GetTargetVersion() != "" {
|
if repo.GetTargetVersion() != "" {
|
||||||
repo.TargetVersion = ""
|
repo.TargetVersion = ""
|
||||||
|
me.forge.SetConfigSave(true)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue