Skip to content

Commit 2befe6f

Browse files
Linus TorvaldsJunio C Hamano
authored andcommitted
Fix typo in tutorial-2.txt
This should be obvious enough. I didn't actually _test_ the tutorial, but if the old command worked, something is really wrong! Signed-off-by: Linus "Duh!" Torvalds <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53bcf78 commit 2befe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/tutorial-2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The "tree" object here refers to the new state of the tree:
136136
------------------------------------------------
137137
$ git ls-tree d0492b36
138138
100644 blob a0423896973644771497bdc03eb99d5281615b51 file.txt
139-
$ git cat-file commit a0423896
139+
$ git cat-file blob a0423896
140140
hello world!
141141
------------------------------------------------
142142

0 commit comments

Comments
 (0)