Skip to content

Commit

Permalink
Update src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ovcharenko-di and coderabbitai[bot] authored Dec 16, 2024
1 parent bcc368c commit 92bff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/WithCoverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class WithCoverage implements Serializable {
def pidsArray = pids.split(" ")

pidsArray.each {
pidsForCmd += "/PID $it"
pidsForCmd += " /PID $it"
}
pidsForCmd = pidsForCmd.trim()

Expand Down

0 comments on commit 92bff7a

Please sign in to comment.