diff options
Diffstat (limited to 'doDirty.go')
| -rw-r--r-- | doDirty.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ func straightCheckDirty() int { func doCheckDirty(repo *gitpb.Repo) error { repo.CheckDirty() + // reset these in here for now + if repo.GetTargetVersion() != "" { + repo.TargetVersion = "" + } return nil } |
