wasn't setting the dirty flag
This commit is contained in:
parent
36fdd99d15
commit
9935f45bd4
|
@ -55,6 +55,7 @@ func (repo *Repo) CheckDirty() bool {
|
||||||
|
|
||||||
pbnow := timestamppb.New(time.Now())
|
pbnow := timestamppb.New(time.Now())
|
||||||
repo.Times.LastDirty = pbnow
|
repo.Times.LastDirty = pbnow
|
||||||
|
repo.Dirty = bad
|
||||||
return bad
|
return bad
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue