Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm committed Jan 9, 2025
1 parent d4a6e21 commit c1a12fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_breadbox_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: "./breadbox"
run: |
poetry install
poetry run ./bb export-api-spec ../breadbox-client/latest-breadbox-api.json"
poetry run ./bb export-api-spec ../breadbox-client/latest-breadbox-api.json
- name: "Create client from spec"
working-directory: "./breadbox-client-generator"
Expand Down

0 comments on commit c1a12fd

Please sign in to comment.