Skip to content

Commit 1dee6a5

Browse files
author
Steve Salas
committed
agent.jar is now in tracers/java folder
1 parent 21a156b commit 1dee6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codepulse/src/main/scala/com/secdec/codepulse/tracer/snippet/ConnectionHelp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object ConnectionHelp extends DispatchSnippet {
3838
def traceAgentCommand = {
3939
// embedded versions will be running in "some/install/dir/backend", and
4040
// the agent jar will be located at "some/install/dir/agent.jar"
41-
val agentPath = new File("../agent.jar").getCanonicalPath
41+
val agentPath = new File("../tracers/java/agent.jar").getCanonicalPath
4242

4343
val hqAddress = "localhost"
4444
val hqPort = com.secdec.codepulse.userSettings.tracePort

0 commit comments

Comments
 (0)