fix: use declared crawl module paths (#83040)

This commit is contained in:
Peter Steinberger
2026-05-17 12:18:23 +01:00
parent 4ccd07718d
commit 4aa671b71a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
---
+1 -1
View File
@@ -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
---
+1 -1
View File
@@ -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
---