Skip to content

Commit

Permalink
Update boxr__internal_misc.R
Browse files Browse the repository at this point in the history
Update help message, pointing to `box_auth_service` instead of `box_auth_jwt`.
  • Loading branch information
tomsing1 authored Nov 27, 2024
1 parent 31d2e74 commit 8c2ffb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/boxr__internal_misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ box_datetime <- function(x) {
checkAuth <- function() {
if (is.null(getOption("boxr.token") %||% getOption("boxr_token_jwt")))
stop("It doesn't look like you've set up authentication for boxr yet.\n",
"See ?box_auth or ?box_auth_jwt")
"See ?box_auth or ?box_auth_service")
}


Expand Down

0 comments on commit 8c2ffb6

Please sign in to comment.