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

Commit a54eea7

Browse files
author
Feng Honglin
committed
Merge pull request #77 from spacediver/staging
typo
2 parents fd70680 + 04e4565 commit a54eea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ If you want to use the host docker daemon instead of letting the container run i
123123

124124
## Disable recursive strategy on git clone
125125

126-
In some cases, you may need set up credentials for the initialization github submodules, and it may make `git clone --recursive` fail. In such a case, you can disable the default `--recuresive` strategy by setting `-e GIT_CLONE_OPTS=""` and do `git submodule init & git submodule update` manually in `hooks/post_checkout` or `hooks/pre_build`.
126+
In some cases, you may need set up credentials for the initialization github submodules, and it may make `git clone --recursive` fail. In such a case, you can disable the default `--recursive` strategy by setting `-e GIT_CLONE_OPTS=""` and do `git submodule init & git submodule update` manually in `hooks/post_checkout` or `hooks/pre_build`.

0 commit comments

Comments
 (0)