We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02244ea commit f8a746cCopy full SHA for f8a746c
1 file changed
cmd/src/main.go
@@ -317,7 +317,7 @@ func readConfig() (*config, error) {
317
return nil, errors.Newf("invalid proxy configuration: %w", err)
318
}
319
if !isValidUDS {
320
- return nil, errors.Newf("Invalid proxy socket: %s", path)
+ return nil, errors.Newf("invalid proxy socket: %s", path)
321
322
cfg.proxyPath = path
323
} else {
0 commit comments