summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/claudomator/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/claudomator/main.go b/cmd/claudomator/main.go
index e6cba37..e79e5d3 100644
--- a/cmd/claudomator/main.go
+++ b/cmd/claudomator/main.go
@@ -4,7 +4,7 @@ import (
"fmt"
"os"
- "github.com/claudomator/claudomator/internal/cli"
+ "github.com/thepeterstone/claudomator/internal/cli"
)
func main() {