Skip to content

Commit 7addc30

Browse files
authored
fix: updates the path to keploy binary in serve cmd (#198)
Signed-off-by: Ritik Jain <[email protected]>
1 parent b8c4fad commit 7addc30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

keploy/keploy.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ func RunKeployServer(pid int64, delay int, testPath string, port int) error {
108108

109109
cmd := exec.Command(
110110
"sudo",
111-
"/home/ritikjain.linux/keploy-workspace/keploy/keploy",
112-
// "/usr/local/bin/keploy",
111+
"/usr/local/bin/keploy",
113112
"serve",
114113
fmt.Sprintf("--pid=%d", pid),
115114
fmt.Sprintf("-p=%s", testPath),

0 commit comments

Comments
 (0)