Skip to content

Commit

Permalink
updated makefile so that cli.py is no longer called and koza --source…
Browse files Browse the repository at this point in the history
… is called directly instead
  • Loading branch information
AO33 committed Nov 14, 2024
1 parent 1fa3c67 commit f89ca7a
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 @@ -73,7 +73,7 @@ download:

.PHONY: run
run: download
$(RUN) ingest transform
$(RUN) koza transform --source src/go_ingest/annotation_transform.yaml
$(RUN) python scripts/generate-report.py


Expand Down

0 comments on commit f89ca7a

Please sign in to comment.