From b97577b5fb7f74964a631a982680046fb8eaa96e Mon Sep 17 00:00:00 2001 From: Simon Wiles Date: Wed, 2 Oct 2024 17:50:35 -0700 Subject: [PATCH] =?UTF-8?q?Update=20overlooked=20references=20to=20"Vlad"?= =?UTF-8?q?=20=F0=9F=99=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- episodes/07-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 87310e8fc..77452cc92 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -178,7 +178,7 @@ Since they don't exist on Alfredo's computer, he uses this command to create the ### 3\.1 Create an SSH key pair -To create an SSH key pair Vlad uses this command, where the `-t` option specifies which type of algorithm to use and `-C` attaches a comment to the key (here, Vlad's email): +To create an SSH key pair Alfredo uses this command, where the `-t` option specifies which type of algorithm to use and `-C` attaches a comment to the key (here, Alfredo's email): ```bash $ ssh-keygen -t ed25519 -C "a.linguini@ratatouille.fr"