diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 02:27:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 02:27:17 -0600 |
| commit | a46c523a7a3a7202f0af97036ff39f01a1dffc2a (patch) | |
| tree | 7f2757bad4cb6bd7e152c892e6f54e56a9651023 /main.go | |
| parent | 537af9573e7f919e62d8dce0a89c98d304a3032d (diff) | |
remove non-current branch info
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ func main() { repoworld() for _, repo := range me.allrepos { - repo.status.Update() + repo.status.UpdateCurrent() repo.newScan() } log.Info("Creating the Release Window") |
