Skip to content

Commit b54f2b9

Browse files
committed
undo capitalization change
1 parent f8a746c commit b54f2b9

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
@@ -367,7 +367,7 @@ func isValidUnixSocket(path string) (bool, error) {
367367
if os.IsNotExist(err) {
368368
return false, nil
369369
}
370-
return false, errors.Newf("not a UNIX domain socket: %v: %w", path, err)
370+
return false, errors.Newf("not a UNIX Domain Socket: %v: %w", path, err)
371371
}
372372
defer conn.Close()
373373

0 commit comments

Comments
 (0)