Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 21, 2024
1 parent 27f39f1 commit 09b181d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/outpack_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ orderly_copy_files <- function(expr, files, dest, overwrite = TRUE,
} else if (!options$allow_remote) {
cli::cli_abort(
c("Unable to copy files, as they are not available locally",
i = "To fetch from a location, try again with 'allow_remote = TRUE'"),
i = paste("To fetch from a location, try again with",
"{.code allow_remote = TRUE}")),
parent = e)
}
copy_files_from_remote(id, plan$there, plan$here, dest, overwrite, root,
Expand Down

0 comments on commit 09b181d

Please sign in to comment.