mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
fix: use declared crawl module paths (#83040)
This commit is contained in:
@@ -9,7 +9,7 @@ metadata:
|
||||
- graincrawl
|
||||
install:
|
||||
- kind: go
|
||||
module: github.com/openclaw/graincrawl/cmd/graincrawl@latest
|
||||
module: github.com/vincentkoc/graincrawl/cmd/graincrawl@latest
|
||||
bins:
|
||||
- graincrawl
|
||||
---
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
- notcrawl
|
||||
install:
|
||||
- kind: go
|
||||
module: github.com/openclaw/notcrawl/cmd/notcrawl@latest
|
||||
module: github.com/vincentkoc/notcrawl/cmd/notcrawl@latest
|
||||
bins:
|
||||
- notcrawl
|
||||
---
|
||||
|
||||
@@ -9,7 +9,7 @@ metadata:
|
||||
- slacrawl
|
||||
install:
|
||||
- kind: go
|
||||
module: github.com/openclaw/slacrawl/cmd/slacrawl@latest
|
||||
module: github.com/vincentkoc/slacrawl/cmd/slacrawl@latest
|
||||
bins:
|
||||
- slacrawl
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user