summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 15:06:02 -0600
committerJeff Carr <[email protected]>2024-02-05 15:06:02 -0600
commit7f0f36a886bab5bc0f4d756cabc01ad523b12510 (patch)
treefeebcb49fbb83917d4f5f7dbdd690d98df9c900c /main.go
parent2719ad42758e7b77d37bab5549c3a5ac7176121a (diff)
fixed basic entry display
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index ce69ef0..98113c8 100644
--- a/main.go
+++ b/main.go
@@ -30,6 +30,8 @@ func main() {
repoworld()
+ me.releaseReasonS = "better Malinae"
+
for _, repo := range me.allrepos {
repo.status.UpdateCurrent()
repo.newScan()