Skip to content

Commit

Permalink
Merge pull request #336 from notomato/develop
Browse files Browse the repository at this point in the history
Fix small typo for autoload locations
  • Loading branch information
rexxars committed May 28, 2015
2 parents 010892a + 7b7d80e commit 61dfe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/imbo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
chdir(dirname(__DIR__));

$autoloaderFound = false;
$paths = array('../../autoload.php', 'vendor/autoload.phpa');
$paths = array('../../autoload.php', 'vendor/autoload.php');

// Include the autoloader generated by composer
foreach ($paths as $path) {
Expand Down

0 comments on commit 61dfe3a

Please sign in to comment.