summaryrefslogtreecommitdiff
path: root/internal/reporter/reporter.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/reporter/reporter.go')
-rw-r--r--internal/reporter/reporter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/reporter/reporter.go b/internal/reporter/reporter.go
index 4ba66e0..2f4f7dc 100644
--- a/internal/reporter/reporter.go
+++ b/internal/reporter/reporter.go
@@ -7,7 +7,7 @@ import (
"text/tabwriter"
"time"
- "github.com/claudomator/claudomator/internal/storage"
+ "github.com/thepeterstone/claudomator/internal/storage"
)
// Reporter generates reports from execution data.