aboutsummaryrefslogtreecommitdiffstats
path: root/bug/clocks.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/clocks.go')
-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