Skip to content

Commit 4faca39

Browse files
authored
Rm google name. #143 from rladies/maelle-patch-1
Rm google name
2 parents c479c55 + 35572bb commit 4faca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/meetup_auth.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ meetup_deauth <- function(clear_cache = TRUE,
282282

283283
if (token_available(verbose = FALSE)) {
284284
if (verbose) {
285-
message("Removing google token stashed internally in 'meetupr'.")
285+
message("Removing meetup token stashed internally in 'meetupr'.")
286286
}
287287
rm("token", envir = .state)
288288
} else {

0 commit comments

Comments
 (0)