Skip to content

Commit fec9743

Browse files
committed
Ugh, need 2 line breaks
1 parent 8011a96 commit fec9743

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
@@ -59,7 +59,7 @@ system(paste("git push -q", repo, "gh-pages"))
5959
tbl_link <- sprintf("http://ropensci.github.io/plotly-test-table/tables/%s/index.html", a[3])
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)
62-
msg <- paste("> The message below was automatically generated \n", msg)
62+
msg <- paste("> The message below was automatically generated \n\n", msg)
6363
commentz <- sprintf(paste0(base, 'issues/%s/comments'), a[1])
6464
res <- GET(commentz, header)
6565
warn_for_status(res)

0 commit comments

Comments
 (0)