Skip to content

Commit

Permalink
Update find_rev.R
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Jul 28, 2023
1 parent 811f744 commit ae5d46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/find_rev.R
Original file line number Diff line number Diff line change
Expand Up @@ -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."))
}

}
Expand Down

0 comments on commit ae5d46c

Please sign in to comment.