Skip to content

Commit d1bf643

Browse files
author
Steve Salas
committed
Update license file and skip acknowledgment param
1 parent 2af26e7 commit d1bf643

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

codepulse/src/main/scala/com/secdec/codepulse/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ package object codepulse {
153153

154154
// preserve option to skip user ack via an environment variable
155155
val allowAgentToAcceptTraceConnectionPattern = """(skipUserAcknowledgment="?(?:false|true|yes|no)"?)""".r
156-
val outputWithSkipAck = allowAgentToAcceptTraceConnectionPattern.replaceFirstIn(outputWithServicePort, "$1\n" + " " * 12 + "skipUserAcknowledgment=\\${?CODE_PULSE_SKIP_ACK}")
156+
val outputWithSkipAck = allowAgentToAcceptTraceConnectionPattern.replaceFirstIn(outputWithServicePort, "$1\n" + " " * 12 + "skipUserAcknowledgment=\\${?CODE_PULSE_TRACE_SKIP_ACK}")
157157

158158
val writer = new FileWriter(configFile)
159159
writer.write(outputWithSkipAck)
2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)