Skip to content

Commit 3243cb1

Browse files
feat: change socket name
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent bc82e36 commit 3243cb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

keploy/keploy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ import (
2727

2828
const (
2929
// controlSocketPath is used by Keploy to send commands (START/END) to the app.
30-
controlSocketPath = "/tmp/keploy_control.sock"
30+
controlSocketPath = "/tmp/coverage_control.sock"
3131
// dataSocketPath is used by the app to send coverage data back to Keploy.
32-
dataSocketPath = "/tmp/keploy_coverage_data.sock"
32+
dataSocketPath = "/tmp/coverage_data.sock"
3333
)
3434

3535
var (

0 commit comments

Comments
 (0)