Skip to content

Commit

Permalink
Fix up Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Sep 17, 2024
1 parent 83d4c5e commit b24955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ kittycad: target/debug/openapitor
--spec-url "https://api.zoo.dev" \
--base-url "https://api.zoo.dev" \
--request-timeout-seconds 600 \
--clippy-fix \
--repo-name "KittyCAD/kittycad.rs" $(EXTRA_ARGS)
--clippy-fix
mv -f $(CURDIR)/kittycad/kittycad.rs.patch.json $(CURDIR)

.PHONY: tag
Expand Down

0 comments on commit b24955e

Please sign in to comment.