Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 3a05873

Browse files
committed
Fix erroneous snippet index in git lesson
Signed-off-by: Matt Oswalt <[email protected]>
1 parent 35b47ff commit 3a05873

File tree

1 file changed

+1
-1
lines changed
  • lessons/fundamentals/lesson-17-git/stage1

1 file changed

+1
-1
lines changed

lessons/fundamentals/lesson-17-git/stage1/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Once we've used `git add` to include all the changes we want to commit into stag
6161
```
6262
git commit -m "My first commit!"
6363
```
64-
<button type="button" class="btn btn-primary btn-sm" onclick="runSnippetInTab('linux1',5)">Run this snippet</button>
64+
<button type="button" class="btn btn-primary btn-sm" onclick="runSnippetInTab('linux1', this)">Run this snippet</button>
6565

6666
> Note the use of the `-m` flag to specify the commit message inline - you can omit this if you wish, and Git will open a text editor for you to specify your commit message
6767

0 commit comments

Comments
 (0)