summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-23 14:25:00 -0600
committerJeff Carr <[email protected]>2024-02-23 14:25:00 -0600
commitab7c8717a3dc6d88bffb6faecbc583e7d628d310 (patch)
treeb40f1572e0ff11cde4b02c7286955c20530dfa71 /common.go
parentdb83cb7fb9caa951e643d32cf475504082fed641 (diff)
report count of the changes
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.go b/common.go
index b0f6c17..d675efd 100644
--- a/common.go
+++ b/common.go
@@ -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()
}