Skip to content

Commit

Permalink
chore: Lint shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 18, 2024
1 parent 79f4068 commit addba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerbi/cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker run -v "$WORKDIR:/workdir" --rm --name cardinal-rs cardinal-rs \
-s /workdir/ecuador_sercop_bulk.ini \
--map \
/workdir/scratch/ecuador_sercop_bulk.out.jsonl \
> $WORKDIR/scratch/ecuador_sercop_bulk.json
> "$WORKDIR/scratch/ecuador_sercop_bulk.json"

# This appends to the CSV file, to keep flags consistent over time. Delete it manually if results are incorrect.
docker run -v "$WORKDIR:/workdir" --rm --name kingfisher-collect kingfisher-collect \
Expand Down

0 comments on commit addba48

Please sign in to comment.