diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 14:25:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 14:25:00 -0600 |
| commit | ab7c8717a3dc6d88bffb6faecbc583e7d628d310 (patch) | |
| tree | b40f1572e0ff11cde4b02c7286955c20530dfa71 /common.go | |
| parent | db83cb7fb9caa951e643d32cf475504082fed641 (diff) | |
report count of the changes
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ func (r *RepoRow) State() string { return r.gitState.String() } -func (r *RepoRow) Scan() bool { +func (r *RepoRow) Scan() int { return r.NewScan() } |
