Skip to content

Commit

Permalink
Update drivers/windows/R/paths.R
Browse files Browse the repository at this point in the history
Co-authored-by: Rich FitzJohn <[email protected]>
  • Loading branch information
weshinsley and richfitz authored Dec 16, 2023
1 parent 43932a0 commit 89ed974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/windows/R/paths.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ windows_path <- function(name, path_local, path_remote, drive_remote) {
assert_scalar_character(drive_remote)

if (!grepl("^[A-Za-z]:$", drive_remote)) {
cli::cli_abort("drive_remote must be of the form 'X:' (but was '%s')")
cli::cli_abort("drive_remote must be of the form 'X:' (but was '{drive_remote}')")
}

if (grepl("^[A-Za-z]:$", path_local)) {
Expand Down

0 comments on commit 89ed974

Please sign in to comment.