From de34551da32db137250c688615ed717d6a58fc1c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 11 Aug 2021 14:43:03 +0200 Subject: [PATCH] Typo --- scripts/openapi-clients.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -c "${lang_dir}/def.yaml" \ -t "${lang_dir}" \ -g "$lang" \ - --skip-validate-spec + --skip-validate-spec \ --git-host "${API_REPO_HOST}" \ --git-user-id "${API_URL_USERNAME}" \ --git-repo-id "${git_repo_id}" \