summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
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()
}