summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 20:37:23 -0600
committerJeff Carr <[email protected]>2024-02-16 20:37:23 -0600
commit63a79121e3667ed84432b7bc9e3239cb62c059c8 (patch)
tree10809e99bdd17512d9f8e050c69c894269be9796 /main.go
parentc253a30fb61cdc956e1cefb8296e34bf74ddf90c (diff)
trying to create branches
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 34f774a..7677384 100644
--- a/main.go
+++ b/main.go
@@ -45,7 +45,6 @@ func main() {
handleCmdLine()
for _, repo := range me.allrepos {
- repo.status.UpdateNew()
repo.newScan()
}
me.Enable()