Skip to content

Commit

Permalink
Update overlooked references to "Vlad" πŸ™‚
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwiles authored Oct 3, 2024
1 parent 4c4c728 commit b97577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/07-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit b97577b

Please sign in to comment.