Skip to content

Commit d40a268

Browse files
committed
refactor: update the karaf steps
Signed-off-by: Sarthak160 <rocksarthak45@gmail.com>
1 parent 358aa72 commit d40a268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-2.0.0/running-keploy/keploy-karaf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
7878
3. Export the application path to point to your target folder containing Java classes:
7979

8080
```bash
81-
export APP_PATH="/Users/sarthak_1/Downloads/karaf-sample/user-service"
81+
export APP_PATH="/path/to/user-service"
8282
```
8383

8484
Replace the `APP_PATH` value with the absolute path to your application's target folder.

0 commit comments

Comments
 (0)