diff options
Diffstat (limited to 'core/Command/Config/Import.php')
-rw-r--r-- | core/Command/Config/Import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Config/Import.php b/core/Command/Config/Import.php index 9974b11e19c..b58abec3390 100644 --- a/core/Command/Config/Import.php +++ b/core/Command/Config/Import.php @@ -49,7 +49,7 @@ class Import extends Command implements CompletionAwareInterface { try { $configs = $this->validateFileContent($content); } catch (\UnexpectedValueException $e) { - $output->writeln('<error>' . $e->getMessage(). '</error>'); + $output->writeln('<error>' . $e->getMessage() . '</error>'); return 1; } |