Skip to content

Commit 3018188

Browse files
Update R/auth.R
Co-authored-by: Alex Reinhart <alex@refsmmat.com>
1 parent d45bf6f commit 3018188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/auth.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ get_api_key <- function() {
5252
save_api_key <- function() {
5353
cli::cli_inform(
5454
c(
55-
"i" = "This function will open your .Renviron file in a text editor. You will need to
56-
write DELPHI_EPIDATA_KEY=yourkeyhere in the file and save it. If the editor
55+
"i" = "This function will open your {.code .Renviron} file in a text editor. You will need to
56+
write {.code DELPHI_EPIDATA_KEY=yourkeyhere} in the file and save it. If the editor
5757
does not open, you will need to edit the file manually.",
5858
"i" = "Press any key to continue."
5959
),

0 commit comments

Comments
 (0)