aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-02 08:06:06 -0600
committercrobibero <cody@robibe.ro>2020-10-02 08:06:06 -0600
commitb95533d6a947306e92b02ff77d17fe07ca78e87c (patch)
treed6a283b5be5580f8fdf0e068714f205f164bfd09
parent86e06369a93e6d7047646470e3755ad5df4c8974 (diff)
there I go changing paths again
-rw-r--r--apiclient/templates/typescript/axios/stable.sh2
-rw-r--r--apiclient/templates/typescript/axios/unstable.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/apiclient/templates/typescript/axios/stable.sh b/apiclient/templates/typescript/axios/stable.sh
index 70c6409fb..118ef219f 100644
--- a/apiclient/templates/typescript/axios/stable.sh
+++ b/apiclient/templates/typescript/axios/stable.sh
@@ -1,7 +1,7 @@
#!/bin/bash
java -jar openapi-generator-cli.jar generate \
- --input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
+ --input-spec $(System.ArtifactsDirectory)/openapispec/openapi.json \
--generator-name typescript-axios \
--output ./apiclient/generated/typescript/axios \
--template-dir ./apiclient/templates/typescript/axios \
diff --git a/apiclient/templates/typescript/axios/unstable.sh b/apiclient/templates/typescript/axios/unstable.sh
index 5d85dc726..be9f9be43 100644
--- a/apiclient/templates/typescript/axios/unstable.sh
+++ b/apiclient/templates/typescript/axios/unstable.sh
@@ -1,7 +1,7 @@
#!/bin/bash
java -jar openapi-generator-cli.jar generate \
- --input-spec $(System.ArtifactsDirectory)/openapi/openapi.json \
+ --input-spec $(System.ArtifactsDirectory)/openapispec/openapi.json \
--generator-name typescript-axios \
--output ./apiclient/generated/typescript/axios \
--template-dir ./apiclient/templates/typescript/axios \