Skip to content

Commit

Permalink
Fix issue with moving build issue from /tmp/ on some OS
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 9, 2025
1 parent cc8c396 commit 071196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rj_pdf_issue.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ rjournal_pdf_issue <- function(..., render_all = FALSE) {
)
)

file.rename(tmp, output_file)
file.copy(tmp, output_file, overwrite = TRUE)
output_file
}

Expand Down

0 comments on commit 071196e

Please sign in to comment.