Typo fix: toto -> to

This commit is contained in:
ruicao
2018-06-12 23:12:39 +08:00
parent b15b18f932
commit 95c232ee07
9 changed files with 10 additions and 10 deletions

View File

@@ -308,7 +308,7 @@ kube::util::gv-to-swagger-name() {
# Assumed vars:
# SWAGGER_API_PATH: Base path for swaggerapi on apiserver. Ex:
# http://localhost:8080/swaggerapi.
# SWAGGER_ROOT_DIR: Root dir where we want to to save the fetched spec.
# SWAGGER_ROOT_DIR: Root dir where we want to save the fetched spec.
# VERSIONS: Array of group versions to include in swagger spec.
kube::util::fetch-swagger-spec() {
for ver in ${VERSIONS}; do