Skip to content

Commit

Permalink
Since file is copied to another place the path won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Sep 27, 2024
1 parent 4e064f6 commit 367ff69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/type-coverage-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Bellangelo\TypeCoverageUpdater\Commands\UpdateCommand;
use Symfony\Component\Console\Application;

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

$application = new Application();
$application->add(new UpdateCommand());
$application->run();
$application->run();

0 comments on commit 367ff69

Please sign in to comment.