summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 12:54:32 -0600
committerJeff Carr <[email protected]>2024-02-13 12:54:32 -0600
commit6c595d32f7041b941f29968ab9f737538e15dbc1 (patch)
tree093e42720df42ad863aa8e1d4d9e8d8d4d42d883 /main.go
parent74ce202f73574c122f893e5cd601a39d31168648 (diff)
list the patches
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 a5a549e..ffd0adf 100644
--- a/main.go
+++ b/main.go
@@ -32,7 +32,7 @@ func main() {
vbox2 := box.NewVerticalBox("BOX2")
globalBuildOptions(vbox2)
- summaryBox(vbox2)
+ me.summary = summaryBox(vbox2)
globalResetOptions(box)