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

Commit 488c865

Browse files
authored
Merge pull request #288 from xichengliudui/fix18101702
Delete repeated 'to'
2 parents ccbc47b + 00caf29 commit 488c865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/lib/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ kube::util::gv-to-swagger-name() {
278278
# Assumed vars:
279279
# SWAGGER_API_PATH: Base path for swaggerapi on apiserver. Ex:
280280
# http://localhost:8080/swaggerapi.
281-
# SWAGGER_ROOT_DIR: Root dir where we want to to save the fetched spec.
281+
# SWAGGER_ROOT_DIR: Root dir where we want to save the fetched spec.
282282
# VERSIONS: Array of group versions to include in swagger spec.
283283
kube::util::fetch-swagger-spec() {
284284
for ver in ${VERSIONS}; do

0 commit comments

Comments
 (0)