File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,13 +209,13 @@ git checkout 2.1.0
209209During development, it may be necessary to temporarily point the submodule to a
210210commit on the developer's fork. For instance, the developer may be working on a
211211PHP driver feature that depends on unmerged or unreleased changes. In this case,
212- the submodule path can be updated using the ` git submodules set-url ` command can
213- be used to change the URL, and ` git submodules set-branch ` can be used to point
212+ the submodule path can be updated using the ` git submodule set-url ` command can
213+ be used to change the URL, and ` git submodule set-branch ` can be used to point
214214the submodule to a development branch:
215215
216216``` shell
217- git submodules set-url src/libmongoc https://github.com/< owner> /< repo> .git
218- git submodules set-branch -b < branch> src/libmongoc
217+ git submodule set-url src/libmongoc https://github.com/< owner> /< repo> .git
218+ git submodule set-branch -b < branch> src/libmongoc
219219```
220220
221221#### Ensure version information is correct (libmongocrypt only)
You can’t perform that action at this time.
0 commit comments