Skip to content

Commit

Permalink
remove an extra ) (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Feb 23, 2018
1 parent 956a613 commit 1ccf6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/render_site.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ clean_site <- function(input = ".", preview = FALSE, quiet = FALSE,
else {
if (!quiet) {
cat("Removing files: \n")
cat(paste0(" ", files), sep = "\n"))
cat(paste0(" ", files), sep = "\n")
}
unlink(file.path(input, files), recursive = TRUE)
}
Expand Down

0 comments on commit 1ccf6a0

Please sign in to comment.