From 09b181d7f5d161cd8557eaee86fd41f8f064c67f Mon Sep 17 00:00:00 2001 From: Rich FitzJohn Date: Mon, 21 Oct 2024 11:04:29 +0100 Subject: [PATCH] Fix lint --- R/outpack_helpers.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/outpack_helpers.R b/R/outpack_helpers.R index 08133ad5..f280fef2 100644 --- a/R/outpack_helpers.R +++ b/R/outpack_helpers.R @@ -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,