Skip to content

Commit

Permalink
add a missing $ in bash listing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKeyser committed Nov 19, 2024
1 parent b190837 commit 00aaf4b
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 00aaf4b

Please sign in to comment.