Skip to content

Commit 23e8a5f

Browse files
HavenDVclaude
andcommitted
Add curl -L (follow redirects) to generate.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 97ce838 commit 23e8a5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/tryAGI.OpenAI/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
dotnet tool install --global autosdk.cli --prerelease
5-
curl --fail --silent --show-error -o openapi.yaml https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml
5+
curl --fail --silent --show-error -L -o openapi.yaml https://app.stainless.com/api/spec/documented/openai/openapi.documented.yml
66

77
rm -rf Generated
88
autosdk generate openapi.yaml \

0 commit comments

Comments
 (0)