diff --git a/R/find_rev.R b/R/find_rev.R index 9198c1c1..3ce09aad 100644 --- a/R/find_rev.R +++ b/R/find_rev.R @@ -325,7 +325,7 @@ USE_RSTUDIO}; if(!file.exists(path) | overwrite){ writeLines(nixFile, path) } else { - stop(paste0("File exists at ", path, ". Set `overwrite == TRUE` to overwrite.")) + stop(paste0("File exists at the specified path. Set `overwrite == TRUE` to overwrite.")) } }