diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-11 14:43:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-11 14:43:03 +0200 |
commit | de34551da32db137250c688615ed717d6a58fc1c (patch) | |
tree | 29a58efcb890894008f6a3a4ed346b5a5163f622 /scripts/openapi-clients.sh | |
parent | eb8bd9ab1a7d639ccba5d12c4382b79c0f5b9a3f (diff) | |
download | PeerTube-de34551da32db137250c688615ed717d6a58fc1c.tar.gz PeerTube-de34551da32db137250c688615ed717d6a58fc1c.tar.zst PeerTube-de34551da32db137250c688615ed717d6a58fc1c.zip |
Typo
Diffstat (limited to 'scripts/openapi-clients.sh')
-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}" \ |