Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
McLone committed Mar 14, 2016
1 parent 118c197 commit 877242e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@reset-files-owner"
],
"post-create-project-cmd": [
"@post-install-cmd",
"AppBundle\\Composer\\ScriptHandler::initDb",
"AppBundle\\Composer\\ScriptHandler::generateLegacyAutoload",
"@reset-files-owner"
Expand Down
2 changes: 1 addition & 1 deletion src/AppBundle/Composer/ScriptHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function initDb(CommandEvent $event) {
$envParameter = '--env=' . escapeshellarg( $env );
}

static::executeCommand($event, $appDir, 'ezpublish:test:init_db ' . $envParameter . ' --interactive');
static::executeCommand($event, $appDir, 'ezpublish:test:init_db ' . $envParameter);
}
}
}

0 comments on commit 877242e

Please sign in to comment.