Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Feb 21, 2024
1 parent c0222e8 commit a0c860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/json2csv/app/Commands/Convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function handle()
{
ini_set('memory_limit', '-1');

$json = file_get_contents("./../yemen-info.json");
$json = file_get_contents("../../yemen-info.json");

$yemenData = json_decode($json, true);

Expand Down

0 comments on commit a0c860a

Please sign in to comment.