Skip to content

Commit be5e61c

Browse files
committed
Fix typo: kubenetes -> kubernetes
1 parent 7495246 commit be5e61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/base/run_tox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd "${TMP_DIR}"
3737
git clone https://github.com/kubernetes-client/python.git
3838
cd python
3939
git config user.email "[email protected]"
40-
git config user.name "kubenetes client"
40+
git config user.name "kubernetes client"
4141
git rm -rf kubernetes/base
4242
git commit -m "DO NOT MERGE, removing submodule for testing only"
4343
mkdir kubernetes/base

0 commit comments

Comments
 (0)