summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-31 02:27:17 -0600
committerJeff Carr <[email protected]>2024-01-31 02:27:17 -0600
commita46c523a7a3a7202f0af97036ff39f01a1dffc2a (patch)
tree7f2757bad4cb6bd7e152c892e6f54e56a9651023 /main.go
parent537af9573e7f919e62d8dce0a89c98d304a3032d (diff)
remove non-current branch info
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0d705fb..b53d7c6 100644
--- a/main.go
+++ b/main.go
@@ -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")