Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
Delete repeated 'to'
Browse files Browse the repository at this point in the history
  • Loading branch information
xichengliudui committed Oct 16, 2018
1 parent ccbc47b commit 00caf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,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
Expand Down

0 comments on commit 00caf29

Please sign in to comment.