aboutsummaryrefslogtreecommitdiff
path: root/apiclient/templates/typescript/unstable.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apiclient/templates/typescript/unstable.sh')
-rw-r--r--apiclient/templates/typescript/unstable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apiclient/templates/typescript/unstable.sh b/apiclient/templates/typescript/unstable.sh
index 255e20c4f..3571c8ad5 100644
--- a/apiclient/templates/typescript/unstable.sh
+++ b/apiclient/templates/typescript/unstable.sh
@@ -1,7 +1,7 @@
#!/bin/bash
CLIENT=$1
-openapi-generator generate \
+java -jar openapi-generator-cli.jar generate \
--input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
--generator-name typescript-${CLIENT} \
--output ./apiclient/generated/typescript/${CLIENT} \