Skip to content

Commit

Permalink
Fix autoloader issues for global install
Browse files Browse the repository at this point in the history
  • Loading branch information
richdynamix committed May 12, 2016
1 parent 46bbe16 commit 5630766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magestead
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set_time_limit(0);

// include the composer autoloader
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/../../../vendor/autoload.php';

// import the Symfony Console Application
use Symfony\Component\Console\Application;
Expand Down

0 comments on commit 5630766

Please sign in to comment.