Merge pull request #1765 from YidaHu/patch-1

Fix typo: kubenetes -> kubernetes
This commit is contained in:
Kubernetes Prow Robot 2022-03-28 09:27:24 -07:00 committed by GitHub
commit 7e675076aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ cd "${TMP_DIR}"
git clone https://github.com/kubernetes-client/python.git
cd python
git config user.email "kubernetes-client@k8s.com"
git config user.name "kubenetes client"
git config user.name "kubernetes client"
git rm -rf kubernetes/base
git commit -m "DO NOT MERGE, removing submodule for testing only"
mkdir kubernetes/base