Skip to content
Snippets Groups Projects
Commit 85876d71 authored by Oleksandr Shmyheliuk's avatar Oleksandr Shmyheliuk
Browse files

MAGETWO-62705: Implementation

parent ce67c71d
Branches
No related merge requests found
...@@ -183,8 +183,7 @@ class SensitiveConfigSetCommand extends Command ...@@ -183,8 +183,7 @@ class SensitiveConfigSetCommand extends Command
private function writeSuccessMessage(OutputInterface $output, $isInteractive) private function writeSuccessMessage(OutputInterface $output, $isInteractive)
{ {
$output->writeln(sprintf( $output->writeln(sprintf(
'<info>Configuration value' . $isInteractive ? 's' : '' '<info>Configuration value%s saved in app/etc/%s</info>',
. ' saved in app/etc/%s</info>',
$isInteractive ? 's' : '', $isInteractive ? 's' : '',
$this->configFilePool->getPath(ConfigFilePool::APP_CONFIG) $this->configFilePool->getPath(ConfigFilePool::APP_CONFIG)
)); ));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment