diff --git a/phpBB/phpbb/console/command/config/delete.php b/phpBB/phpbb/console/command/config/delete.php
index 7923afd182..efd276d7e3 100644
--- a/phpBB/phpbb/console/command/config/delete.php
+++ b/phpBB/phpbb/console/command/config/delete.php
@@ -57,7 +57,7 @@ class delete extends command
}
else
{
- $output->writeln('' . $this->user->lang('CLI_CONFIG_NOT_EXISTS', $key) . ''');
+ $output->writeln('' . $this->user->lang('CLI_CONFIG_NOT_EXISTS', $key) . '');
}
}
}