Skip to content

Commit aa50cb0

Browse files
committed
sep not collapse
1 parent 581aa04 commit aa50cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/testscripts/comment.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tbl_link <- sprintf("http://ropensci.github.io/plotly-test-table/tables/%s/index
6060
msg <- sprintf("On TravisCI, commit %s was successfully merged with %s (master) to create %s. A visual testing table comparing %s with %s can be found here:\n %s",
6161
info$head$sha, info$base$sha, a[3], info$base$sha, a[3], tbl_link)
6262
msg <- paste("```---Automatically generated message---```", msg,
63-
"```---Automatically generated message---```", collapse = "\n")
63+
"```---Automatically generated message---```", sep = "\n")
6464
commentz <- sprintf(paste0(base, 'issues/%s/comments'), a[1])
6565
res <- GET(commentz, header)
6666
warn_for_status(res)

0 commit comments

Comments
 (0)