Skip to content

Commit

Permalink
fix: Wrong parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Nov 16, 2024
1 parent a5f4f37 commit 328f265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openapi-generator-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

echo "Installing OpenAPI Generator CLI with version ${OPENAPI_GENERATOR_CLI_VERSION}"
curl -o /usr/local/lib/openapi-generator-cli.jar \
"https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${OPENAPI_GENERATOR_CLI_VERSION}/openapi-generator-cli-${VERSION}.jar"
"https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${OPENAPI_GENERATOR_CLI_VERSION}/openapi-generator-cli-${OPENAPI_GENERATOR_CLI_VERSION}.jar"

# Wrapper
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 328f265

Please sign in to comment.