Skip to content
Snippets Groups Projects
Unverified Commit e2f19643 authored by Guangwen Feng's avatar Guangwen Feng Committed by GitHub
Browse files

Fix typo (#7665)

parent 922de322
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ If you made useful changes or fixed a bug in existent kubespray repo, use this f
3. Setup desired user.name and user.email for submodule.
If kubespray is only one submodule in your repo you could use something like:
```git submodule foreach --recursive 'git config user.name "First Last" && git config user.email "your-email-addres@used.for.cncf"'```
```git submodule foreach --recursive 'git config user.name "First Last" && git config user.email "your-email-address@used.for.cncf"'```
4. Sync with upstream master:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment