Skip to content

Commit

Permalink
[console] Fix examples indentation. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored May 5, 2017
1 parent a1ff122 commit df4da40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translations/module.debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ messages:
no-results: 'Module "%s" was not found in the repository'
examples:
- description: 'Display all installed modules'
execution: 'drupal mod --status=installed'
execution: 'drupal mod --status=installed'
- description: 'Display all installed and no core modules'
execution: 'drupal mod --status=installed --type=no-core'
execution: 'drupal mod --status=installed --type=no-core'

0 comments on commit df4da40

Please sign in to comment.