Update pkg/skills/clawhub_registry.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Harsh Bansal 2026-02-17 20:06:48 +05:30 committed by GitHub
parent d8644a1328
commit 2fcb65437a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ func NewClawHubRegistry(cfg ClawHubConfig) *ClawHubRegistry {
}
return &ClawHubRegistry{
baseURL: cfg.BaseURL,
baseURL: baseURL,
authToken: cfg.AuthToken,
searchPath: searchPath,
skillsPath: skillsPath,