Skip to content

Commit

Permalink
Merge pull request #1053 from JoKeyser/add-a-missing-dollar-sign-in-b…
Browse files Browse the repository at this point in the history
…ash-listing

add a missing $ in bash listing
  • Loading branch information
martinosorb authored Nov 19, 2024
2 parents b190837 + 00aaf4b commit 397e27c
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 @@ -162,7 +162,7 @@ computers to access your account.
We will run the list command to check what key pairs already exist on your computer.

```bash
ls -al ~/.ssh
$ ls -al ~/.ssh
```

Your output is going to look a little different depending on whether or not SSH has ever been set up on the computer you are using.
Expand Down

0 comments on commit 397e27c

Please sign in to comment.