Skip to content

Commit

Permalink
update scrape-edd in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed Jan 17, 2025
1 parent 54b66c5 commit c1ae5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ ingest-ca-public-charge: check-ingest-arguments
$(PY_RUN_CMD) ingest-ca-public-charge "$(DATASET_ID)" "$(BENEFIT_PROGRAM)" "$(BENEFIT_REGION)" "$(FILEPATH)" $(INGEST_ARGS)

scrape-edd-web:
$(PY_RUN_CMD) scrape-edd-web
$(PY_RUN_CMD) scrapy-runner edd

ingest-edd-web: check-ingest-arguments
$(PY_RUN_CMD) ingest-edd-web "$(DATASET_ID)" "$(BENEFIT_PROGRAM)" "$(BENEFIT_REGION)" "$(FILEPATH)" $(INGEST_ARGS)
Expand Down

0 comments on commit c1ae5f5

Please sign in to comment.