Skip to content

Commit

Permalink
Avoid partial arg match in key_set_with_value() call
Browse files Browse the repository at this point in the history
arg: `user` -> `username`
  • Loading branch information
rich-iannone committed Apr 22, 2020
1 parent ed6f5cc commit 5d7adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_credentials.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ create_smtp_creds_key <- function(id,
# Set the key in the system's default keyring
keyring::key_set_with_value(
service = service_name,
user = user,
username = user,
password = serialized
)

Expand Down

0 comments on commit 5d7adb7

Please sign in to comment.