always set the State for now
This commit is contained in:
parent
3298e02c2a
commit
d4a31b8e0b
|
@ -34,6 +34,7 @@ func (repo *Repo) CheckDirty() bool {
|
|||
log.Error(r.Error, "CheckDirty() git status error")
|
||||
repo.NoteChange("git status is in error " + fmt.Sprint(r.Error))
|
||||
repo.Dirty = true
|
||||
repo.State = "dirty"
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue