aboutsummaryrefslogtreecommitdiffstats
path: root/bug
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-12-25 16:35:37 +0100
committerMichael Muré <batolettre@gmail.com>2018-12-25 16:35:37 +0100
commit96f514168f17136fe02519ab4599a407cd0cc5cb (patch)
tree28ed1a2455ab1e74f5b0f5ab9a5081d90c7bdc3f /bug
parent8a6a8055d723e523d9943244b042c778d75b02cc (diff)
downloadgit-bug-96f514168f17136fe02519ab4599a407cd0cc5cb.tar.gz
repo: minor cleaning
Diffstat (limited to 'bug')
-rw-r--r--bug/clocks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/clocks.go b/bug/clocks.go
index 47cd1509..bb3d81f0 100644
--- a/bug/clocks.go
+++ b/bug/clocks.go
@@ -6,7 +6,7 @@ import (
// Witnesser will read all the available Bug to recreate the different logical
// clocks
-func Witnesser(repo *repository.GitRepo) error {
+func Witnesser(repo repository.ClockedRepo) error {
for b := range ReadAllLocalBugs(repo) {
if b.Err != nil {
return b.Err