Skip to content

Commit

Permalink
✏️ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
comavius committed Oct 1, 2024
1 parent 377eff8 commit a770c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge-control-app/generate-api-crate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi

# Download the API schema
curl "${JUDGE_TO_BACKEND_API}" > judge-api-server/judge-api.yaml
curl "${JUDGE_TO_BACKEND_API}" > backend-api-schema/backend-api.yaml
curl "${BACKEND_TO_JUDGE_API}" > backend-api-schema/backend-api.yaml

# Generate the API server crate
docker run --rm \
Expand Down

0 comments on commit a770c2d

Please sign in to comment.