Skip to content

Commit 6969e1b

Browse files
committed
update comment in patchProviders
1 parent 2c106d5 commit 6969e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/golang/native/config/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func patchProviders(cfg *config.RawConfig, profileDir string) error {
114114
} else if url, ok := provider["url"].(string); ok {
115115
path = prefix + "/" + utils.MakeHash([]byte(url)).String() // same as C.GetPathByHash
116116
} else {
117-
return // both path and url is empty, WTF???
117+
return // both path and url are empty, maybe inline provider
118118
}
119119
provider["path"] = profileDir + "/providers/" + path
120120
})

0 commit comments

Comments
 (0)