diff --git a/phplambda b/phplambda index 42c197fd5..f1d92520c 100755 --- a/phplambda +++ b/phplambda @@ -11,7 +11,7 @@ use Symfony\Component\Filesystem\Filesystem; if (file_exists(__DIR__ . '/vendor/autoload.php')) { require_once __DIR__ . '/vendor/autoload.php'; } else { - require_once __DIR__ . '/../../autoload.php'; + require_once __DIR__ . '/../autoload.php'; } $app = new Silly\Application;