Skip to content

Commit

Permalink
Try single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 18, 2023
1 parent 37c3647 commit db01b3e
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 @@ -53,7 +53,7 @@ CIVIL_SCRAPE_START_QUERY=$(shell tail -n +2 scripts/nightly_civil_start.sql)

civil-%.jl: $(DB)
START=$$(sqlite-utils query --csv --no-headers $(DB) \
"$(CIVIL_SCRAPE_START_QUERY)" -p subdivision $*); \
'$(CIVIL_SCRAPE_START_QUERY)' -p subdivision $*); \
echo $$START; \
scrapy crawl civil -a division=$* -a start=$$START -O $@;

Expand Down

0 comments on commit db01b3e

Please sign in to comment.