Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nostromo] Prepare for Release #325

Merged
merged 10 commits into from Jan 29, 2017
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
/vendor/
/build
composer.lock
3 changes: 1 addition & 2 deletions bin/mage
Expand Up @@ -11,8 +11,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
use Mage\MageApplication;

try {
$mage = new MageApplication();
$mage->configure('.mage.yml');
$mage = new MageApplication('.mage.yml');
$mage->run();
} catch (Exception $exception) {
printf('Error: %s' . PHP_EOL, $exception->getMessage());
Expand Down