Skip to content

Commit 7a18d4a

Browse files
Update R/auth.R
Co-authored-by: brookslogan <lcbrooks@cs.cmu.edu>
1 parent 63e2a72 commit 7a18d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/auth.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ save_api_key <- function() {
5454
cli::cli_inform(
5555
c(
5656
"i" = "This function will open your {.code .Renviron} file in a text editor. You will need to
57-
write {.code DELPHI_EPIDATA_KEY=yourkeyhere} in the file and save it. If the editor
57+
write {.code DELPHI_EPIDATA_KEY=yourkeyhere} (without quotes) in the file and save it. If the editor
5858
does not open, you will need to edit the file manually.",
5959
"i" = "Press any key to continue."
6060
)

0 commit comments

Comments
 (0)