Skip to content

Commit

Permalink
Update R/auth.R
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Reinhart <[email protected]>
  • Loading branch information
dshemetov and capnrefsmmat authored Nov 17, 2023
1 parent d45bf6f commit 3018188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ get_api_key <- function() {
save_api_key <- function() {
cli::cli_inform(
c(
"i" = "This function will open your .Renviron file in a text editor. You will need to
write DELPHI_EPIDATA_KEY=yourkeyhere in the file and save it. If the editor
"i" = "This function will open your {.code .Renviron} file in a text editor. You will need to
write {.code DELPHI_EPIDATA_KEY=yourkeyhere} in the file and save it. If the editor
does not open, you will need to edit the file manually.",
"i" = "Press any key to continue."
),
Expand Down

0 comments on commit 3018188

Please sign in to comment.