Skip to content

Commit

Permalink
powerbi: Fix filename in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 20, 2024
1 parent b4172a4 commit 9e38028
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 @@ -27,7 +27,7 @@ docker run -v "$WORKDIR:/workdir" --rm --name cardinal-rs cardinal-rs \
/workdir/scratch/ecuador_sercop_bulk.jsonl

if [ -s "$WORKDIR/scratch/ecuador_sercop_bulk.err.csv" ]; then
echo "$WORKDIR/scratch/ecuador_sercop_bulk.jsonl contains new errors"
echo "$WORKDIR/scratch/ecuador_sercop_bulk.err.csv contains new errors"
exit 1
fi

Expand Down

0 comments on commit 9e38028

Please sign in to comment.