Skip to content

Commit

Permalink
Use full path for CSV file
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Feb 8, 2024
1 parent 6a37d96 commit c266855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/fiscal_impact.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/

// Get the CSV
$filename = 'FiscalImpactStatements.csv';
$filename = __DIR__ . '/FiscalImpactStatements.csv';
if (!file_exists($filename) || !is_readable($filename)) {
exit($filename . ' not found or is not readable');
}
Expand Down

0 comments on commit c266855

Please sign in to comment.