From 0ef88b82d17055cf579a3fc42f4188655ab68bed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 13 Feb 2024 13:50:19 -0600 Subject: add a submit button Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b1a8d65..fac6480 100644 --- a/structs.go +++ b/structs.go @@ -71,7 +71,7 @@ type autoType struct { // displays a summary of all the repos // has total dirty, total read-only // total patches, etc - summary *develSummary + summary *patchSummary } type repo struct { -- cgit v1.2.3