Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Aug 25, 2023
1 parent e53ebc3 commit 193686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ ref1 = NULL, ref2 = NULL) {
pass <- Sys.getenv(key)
token <- Sys.getenv("SATURN_TOKEN", unset = "")
if (nchar(token))
pass <- decrypt(pass, token, base64 = TRUE)
pass <- decrypt(pass, token, base64 = TRUE, url.decode = TRUE)
} else {
pass <- ""
}
Expand Down

0 comments on commit 193686b

Please sign in to comment.