Skip to content

Commit 397e27c

Browse files
authored
Merge pull request #1053 from JoKeyser/add-a-missing-dollar-sign-in-bash-listing
add a missing $ in bash listing
2 parents b190837 + 00aaf4b commit 397e27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/07-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ computers to access your account.
162162
We will run the list command to check what key pairs already exist on your computer.
163163

164164
```bash
165-
ls -al ~/.ssh
165+
$ ls -al ~/.ssh
166166
```
167167

168168
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.

0 commit comments

Comments
 (0)