diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 05:48:02 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 05:48:02 -0600 |
| commit | 2c7e15ccfacd065029b5de4360288d72815bc907 (patch) | |
| tree | 8db1d43ed8b134092e9c4cdd526d5ac284c2079d /main.go | |
| parent | 79ec3ce469623e70bb8ee29218e0bb1aaae8c39a (diff) | |
check to make sure everything is on the devel branch
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ func main() { var done bool = false if argv.Dirty != nil { findAll() // select all the repos - doCheckDirty() + doCheckDirtyAndConfigSave() me.found = new(gitpb.Repos) findDirty() doCobol() |
