Skip to content

Commit

Permalink
[module:install] Fixed composer key trans (#4100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Jun 25, 2019
1 parent 032f80e commit c7ed72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Module/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected function configure()
'composer',
null,
InputOption::VALUE_NONE,
$this->trans('commands.module.uninstall.options.composer')
$this->trans('commands.module.install.options.composer')
)
->setAliases(['moi']);
}
Expand Down

0 comments on commit c7ed72e

Please sign in to comment.