Skip to content

Commit

Permalink
no-task Fixing autoload path in aijira script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nxsschoenfeld committed Jun 22, 2023
1 parent 39be2cd commit d28a386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aijira
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
require __DIR__ . '/vendor/autoload.php';
} else {
require_once(__DIR__ . '/..autoload.php');
require_once(__DIR__ . '/../../autoload.php');
}

use Symfony\Component\Console\Application;
Expand Down

0 comments on commit d28a386

Please sign in to comment.