Skip to content

Commit

Permalink
Fix running from other folder
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Mar 25, 2020
1 parent 0deca4c commit de81f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parallel-lint
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50400) {
$autoloadLocations = [
getcwd() . '/vendor/autoload.php',
getcwd() . '/../../autoload.php',
__DIR__ . '/vendor/autoload.php',
__DIR__ . '/../vendor/autoload.php',
__DIR__ . '/../../../autoload.php',
__DIR__ . '/../../autoload.php',
Expand Down

0 comments on commit de81f0a

Please sign in to comment.