Skip to content

Commit f8a746c

Browse files
committed
fix error capitalization
1 parent 02244ea commit f8a746c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func readConfig() (*config, error) {
317317
return nil, errors.Newf("invalid proxy configuration: %w", err)
318318
}
319319
if !isValidUDS {
320-
return nil, errors.Newf("Invalid proxy socket: %s", path)
320+
return nil, errors.Newf("invalid proxy socket: %s", path)
321321
}
322322
cfg.proxyPath = path
323323
} else {

0 commit comments

Comments
 (0)