From 400c5eea303674ac4d6cba5ac789ff801353bb67 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Wed, 24 Apr 2024 14:01:53 -0500 Subject: [PATCH] Update R/utils-fs.R Co-authored-by: Davis Vaughan --- R/utils-fs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils-fs.R b/R/utils-fs.R index 09be01c5e..cb6f29f9b 100644 --- a/R/utils-fs.R +++ b/R/utils-fs.R @@ -106,7 +106,7 @@ path_package_pkgdown <- function(path, cli::cli_abort( c( "Template package {.val {package}} is not installed.", - i = "Please install before continuing" + i = "Please install before continuing." ), call = error_call )