diff options
Diffstat (limited to 'cmd/claudomator/main.go')
| -rw-r--r-- | cmd/claudomator/main.go | 2 |
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() { |
