Skip to content

Commit f366c36

Browse files
committed
Changes in replace method
1 parent 15d2ef1 commit f366c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/bootimagebump.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ plume cosa2stream --target ${RHCOS_METADATA_FILE} \\
137137
"title": "${pr_title}",
138138
"head": "coreosbot-releng:${PR_BRANCH}",
139139
"base": "${RELEASE_BRANCH}",
140-
"body": "${commit_message.replace("\n", "\\n").replace("\\", "\\\\")}"
140+
"body": "${commit_message.replace("\n", "\\n").replace("\", "\\\")}"
141141
}' \\
142142
https://api.github.com/repos/openshift/installer/pulls --fail
143143
""")

0 commit comments

Comments
 (0)