Update pkg/skills/clawhub_registry.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d8644a1328
commit
2fcb65437a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ func NewClawHubRegistry(cfg ClawHubConfig) *ClawHubRegistry {
|
||||||
}
|
}
|
||||||
|
|
||||||
return &ClawHubRegistry{
|
return &ClawHubRegistry{
|
||||||
baseURL: cfg.BaseURL,
|
baseURL: baseURL,
|
||||||
authToken: cfg.AuthToken,
|
authToken: cfg.AuthToken,
|
||||||
searchPath: searchPath,
|
searchPath: searchPath,
|
||||||
skillsPath: skillsPath,
|
skillsPath: skillsPath,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue