From 1df74c6407aa9e35f8e40a5e697158625965163d Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 17 Feb 2023 07:29:43 -0800 Subject: [PATCH] fix typo in credentials command Thanks to @Shelmith-Kariuki for spotting this! --- learners/github-pat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learners/github-pat.md b/learners/github-pat.md index 1fe66124..5f1fcb60 100644 --- a/learners/github-pat.md +++ b/learners/github-pat.md @@ -77,7 +77,7 @@ secure location. Here are the steps briefly via R: At this point, you should have things set up properly. If you are still having problems, you can try the following two steps (after you have your PAT): -1. in R, use `credentials::git_credentials_forget()` to clear the cache +1. in R, use `credentials::git_credential_forget()` to clear the cache 2. use `credentials::set_github_pat()` and paste your token. ::::::::: discussion