From 1b4d471d35834f25aaffa926f2f830627a0cc528 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Thu, 13 Feb 2014 21:24:47 +1000 Subject: [PATCH] Fixed broken executable. --- bin/liftoff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/liftoff b/bin/liftoff index 7c9d877..902b563 100755 --- a/bin/liftoff +++ b/bin/liftoff @@ -13,7 +13,7 @@ if (preg_match('{^(.*)/vendor/.+/.+$}', $packageRoot, $matches)) { require $packageRoot . '/vendor/autoload.php'; } -Asplode::instance()->install(); +Asplode::install(); $application = new LiftoffApplication; $application->execute();