diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 13:50:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 13:50:19 -0600 |
| commit | 0ef88b82d17055cf579a3fc42f4188655ab68bed (patch) | |
| tree | 45d6b889e9373294456a8055e46ecdb5d0a925f2 /structs.go | |
| parent | e4c3aafb7b48ee44b677ee6e5d244ad85aecf985 (diff) | |
add a submit button
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
