Skip to content

Commit

Permalink
[init] Update command service definition. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Nov 13, 2016
1 parent 436119d commit 4c57bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- { name: drupal.command }
console.init:
class: Drupal\Console\Command\InitCommand
arguments: ['@console.show_file', '@console.configuration_manager', '@console.init_generator']
arguments: ['@console.show_file', '@console.configuration_manager', '@console.init_generator', '@app.root', '@?console.root']
tags:
- { name: drupal.command }
console.settings_debug:
Expand Down

0 comments on commit 4c57bef

Please sign in to comment.