Skip to content

Commit bc5beb2

Browse files
committed
Fix name of the submodule entry.
Was `rack` in 1st edition but now it's `DbConnector`.
1 parent bb8f0ec commit bc5beb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/07-git-tools/sections/submodules.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $ git commit -am 'added DbConnector module'
118118
create mode 160000 DbConnector
119119
----
120120

121-
Notice the `160000` mode for the rack entry.
121+
Notice the `160000` mode for the `DbConnector` entry.
122122
That is a special mode in Git that basically means you’re recording a commit as a directory entry rather than a subdirectory or a file.
123123

124124
[[_cloning_submodules]]

0 commit comments

Comments
 (0)