diff --git a/src/Command/Mount/MountSizeCommand.php b/src/Command/Mount/MountSizeCommand.php
index 5a3ab74cc..526d20ffa 100644
--- a/src/Command/Mount/MountSizeCommand.php
+++ b/src/Command/Mount/MountSizeCommand.php
@@ -157,7 +157,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}
$this->stdErr->writeln('');
$this->stdErr->writeln(
- 'To increase the available space, edit the disk key in the application configuration.',
+ 'To increase the available space, edit the disk key in the application configuration.'
);
}