From ae5d46c1d4a9b9dda10fce273ee8c69b8f60c4ea Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Fri, 28 Jul 2023 11:13:26 +0200 Subject: [PATCH] Update find_rev.R --- R/find_rev.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")) } }