diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/openapi-clients.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/openapi-clients.sh b/scripts/openapi-clients.sh index 1047e1477..b11d0001e 100755 --- a/scripts/openapi-clients.sh +++ b/scripts/openapi-clients.sh | |||
@@ -64,7 +64,7 @@ for lang in ${API_LANGS//:/ } ; do | |||
64 | -c "${lang_dir}/def.yaml" \ | 64 | -c "${lang_dir}/def.yaml" \ |
65 | -t "${lang_dir}" \ | 65 | -t "${lang_dir}" \ |
66 | -g "$lang" \ | 66 | -g "$lang" \ |
67 | --skip-validate-spec | 67 | --skip-validate-spec \ |
68 | --git-host "${API_REPO_HOST}" \ | 68 | --git-host "${API_REPO_HOST}" \ |
69 | --git-user-id "${API_URL_USERNAME}" \ | 69 | --git-user-id "${API_URL_USERNAME}" \ |
70 | --git-repo-id "${git_repo_id}" \ | 70 | --git-repo-id "${git_repo_id}" \ |