summaryrefslogtreecommitdiff
path: root/reloadCheckDirty.go
diff options
context:
space:
mode:
Diffstat (limited to 'reloadCheckDirty.go')
-rw-r--r--reloadCheckDirty.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/reloadCheckDirty.go b/reloadCheckDirty.go
index 34bcacb..172a373 100644
--- a/reloadCheckDirty.go
+++ b/reloadCheckDirty.go
@@ -52,6 +52,7 @@ func (repo *Repo) CheckDirty() bool {
bad = true
}
}
+ repo.DirtyList = r.Stdout
pbnow := timestamppb.New(time.Now())
repo.Times.LastDirty = pbnow