Skip to content

Commit df30100

Browse files
benoittgtJonRowe
andauthored
If custom_pr_comment present then join
Co-Authored-By: Jon Rowe <[email protected]>
1 parent edeb6d3 commit df30100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def create_pull_request(project_name, branch, custom_pr_comment, base=BASE_BRANC
224224
github_client.create_pull_request(
225225
"rspec/#{project_name}", base, branch,
226226
"Updates from rspec-dev (#{Date.today.iso8601})",
227-
"These are some updates, generated from rspec-dev's rake tasks.\n\n#{custom_pr_comment}"
227+
["These are some updates, generated from rspec-dev's rake tasks.", custom_pr_comment].join("\n\n")
228228
)
229229
end
230230

0 commit comments

Comments
 (0)