Skip to content

Commit

Permalink
Ugh, need 2 line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Apr 28, 2015
1 parent 8011a96 commit fec9743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/testscripts/comment.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ system(paste("git push -q", repo, "gh-pages"))
tbl_link <- sprintf("http://ropensci.github.io/plotly-test-table/tables/%s/index.html", a[3])
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",
info$head$sha, info$base$sha, a[3], info$base$sha, a[3], tbl_link)
msg <- paste("> The message below was automatically generated \n", msg)
msg <- paste("> The message below was automatically generated \n\n", msg)
commentz <- sprintf(paste0(base, 'issues/%s/comments'), a[1])
res <- GET(commentz, header)
warn_for_status(res)
Expand Down

0 comments on commit fec9743

Please sign in to comment.