Skip to content

Commit 4f8b780

Browse files
authored
change repo to repo.rb
Change repo to repo.rb for commit messages to correspond.
1 parent 1de9a89 commit 4f8b780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/packfiles.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ At this point, modify that file a little, and see what happens:
5858
[source,console]
5959
----
6060
$ echo '# testing' >> repo.rb
61-
$ git commit -am 'modified repo a bit'
61+
$ git commit -am 'modified repo.rb a bit'
6262
[master 2431da6] modified repo.rb a bit
6363
1 file changed, 1 insertion(+)
6464
----

0 commit comments

Comments
 (0)