Update On Thu Jan 22 16:29:55 CET 2026

This commit is contained in:
github-action[bot]
2026-01-22 16:29:55 +01:00
parent 30c154cf90
commit a560e4410e
380 changed files with 3753 additions and 200336 deletions
@@ -114,7 +114,7 @@ func patchProviders(cfg *config.RawConfig, profileDir string) error {
} else if url, ok := provider["url"].(string); ok {
path = prefix + "/" + utils.MakeHash([]byte(url)).String() // same as C.GetPathByHash
} else {
return // both path and url is empty, WTF???
return // both path and url are empty, maybe inline provider
}
provider["path"] = profileDir + "/providers/" + path
})