Skip to content

Commit

Permalink
generate-report-cli now works when invoked from other working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Nov 16, 2024
1 parent 93586ef commit 64002b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-report-cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Starlis\Timings\LegacyHandler;

require 'vendor/autoload.php';
require __DIR__ . '/vendor/autoload.php';

if(count($argv) < 3){
echo "Usage: php generate-report-cli.php <input file> <output file>\n";
Expand Down

0 comments on commit 64002b8

Please sign in to comment.