Skip to content

Commit 619ae3b

Browse files
authored
Update keploy-karaf.md
Signed-off-by: Sarthak Shyngle <[email protected]>
1 parent 852a9b1 commit 619ae3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
4141
3. Add the paths of the downloaded agents under the `JAVA_OPTS` section. For example:
4242

4343
```bash
44-
export JAVA_OPTS="-javaagent:/path/to/KeployAgent.jar"
44+
export JAVA_OPTS="-javaagent:/path/to/io.keploy.agent-2.0.1.jar"
4545
export JAVA_OPTS="$JAVA_OPTS -javaagent:/path/to/org.jacoco.agent-0.8.12-runtime.jar=address=*,port=36320,destfile=jacoco-it.exec,output=tcpserver"
4646
```
4747

@@ -52,7 +52,7 @@ wget https://keploy-enterprise.s3.us-west-2.amazonaws.com/agent-jars/org.jacoco.
5252
3. Add the paths of the downloaded agents under the `JAVA_OPTS` section. For example:
5353

5454
```bat
55-
set JAVA_OPTS=-javaagent:/path/to/KeployAgent.jar
55+
set JAVA_OPTS=-javaagent:/path/to/io.keploy.agent-2.0.1.jar
5656
set JAVA_OPTS=%JAVA_OPTS% -javaagent:/path/to/org.jacoco.agent-0.8.12-runtime.jar=address=*,port=36320,destfile=jacoco-it.exec,output=tcpserver
5757
```
5858

0 commit comments

Comments
 (0)