Skip to content

Commit

Permalink
fix: updates the path to keploy binary in serve cmd (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Ritik Jain <60597329+re-Tick@users.noreply.github.com>
  • Loading branch information
re-Tick authored Nov 3, 2023
1 parent b8c4fad commit 7addc30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keploy/keploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ func RunKeployServer(pid int64, delay int, testPath string, port int) error {

cmd := exec.Command(
"sudo",
"/home/ritikjain.linux/keploy-workspace/keploy/keploy",
// "/usr/local/bin/keploy",
"/usr/local/bin/keploy",
"serve",
fmt.Sprintf("--pid=%d", pid),
fmt.Sprintf("-p=%s", testPath),
Expand Down

0 comments on commit 7addc30

Please sign in to comment.