File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
codepulse/src/main/scala/com/secdec/codepulse
installers/Windows/CodePulse.Installer.Win64 Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments