Skip to content

Commit

Permalink
Always print the prompt re: initiating the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 5, 2019
1 parent e6a84b9 commit 2b1137b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gargle (development version)

* The yes/no asking if it's OK to cache OAuth tokens actually prints fully
now (#333).

# gargle 0.3.0

* The unexported functions available for generating standardized docs for
Expand Down
1 change: 1 addition & 0 deletions R/oauth-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ cache_allowed <- function(path) {
return(FALSE)
}

withr::local_options(list(gargle_quiet = FALSE))
cat_line(glue(
"Is it OK to cache OAuth access credentials in the folder {sq(path)} ",
"between R sessions?"
Expand Down

0 comments on commit 2b1137b

Please sign in to comment.