Skip to content

Commit

Permalink
BUILD-3696 fix mend scan (#8482)
Browse files Browse the repository at this point in the history
  • Loading branch information
matemoln committed Dec 19, 2023
1 parent 022a8b5 commit 30fc307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Mend/Mend-Scan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ function Get-Version {
$env:WS_PROJECTNAME = "$env:WS_PRODUCTNAME $(Get-Version)"

Write-Host "Running the Mend unified agent for $env:WS_PROJECTNAME..."
& "$env:JAVA\bin\java.exe" -jar $env:MEND_AGENT_PATH -c "$PSScriptRoot\wss-unified-agent.config" -scanComment "buildNumber:$env:BUILD_NUMBER;gitSha:$env:GIT_SHA"
& "$env:JAVA_HOME\bin\java.exe" -jar $env:MEND_AGENT_PATH -c "$PSScriptRoot\wss-unified-agent.config" -scanComment "buildNumber:$env:BUILD_NUMBER;gitSha:$env:GIT_SHA"

0 comments on commit 30fc307

Please sign in to comment.