This commit is contained in:
Jeff Carr 2025-09-03 19:08:17 -05:00
parent 6b1e922aaa
commit a4a48d7480
1 changed files with 0 additions and 1 deletions

View File

@ -62,5 +62,4 @@ func (repo *Repo) CheckDirty() bool {
repo.State = "dirty"
}
return bad
}