Skip to content

Commit e51988d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/DeepL/generate.sh

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

44
dotnet tool install --global autosdk.cli --prerelease
55
rm -rf Generated
6-
curl --fail --silent --show-error -o openapi.yaml https://raw.githubusercontent.com/DeepLcom/openapi/main/openapi.yaml
6+
curl --fail --silent --show-error -L -o openapi.yaml https://raw.githubusercontent.com/DeepLcom/openapi/main/openapi.yaml
77

88
# Fix auth: convert apiKey → http/bearer for AutoSDK constructor generation
99
yq -i '

0 commit comments

Comments
 (0)