Skip to content

Commit

Permalink
fix broken link for python client gen script (kubeflow#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcli authored Mar 4, 2020
1 parent 5ea62be commit bd3eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/python-sdk/client-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set -o errexit
set -o nounset

SWAGGER_JAR_URL="http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.6/swagger-codegen-cli-2.4.6.jar"
SWAGGER_JAR_URL="http://search.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.6/swagger-codegen-cli-2.4.6.jar"
SWAGGER_CODEGEN_JAR="hack/python-sdk/swagger-codegen-cli.jar"
SWAGGER_CODEGEN_CONF="hack/python-sdk/swagger_config.json"
SWAGGER_CODEGEN_FILE="pkg/apis/serving/v1alpha2/swagger.json"
Expand Down

0 comments on commit bd3eb29

Please sign in to comment.