diff --git a/core/install/install.php b/core/install/install.php
index 0a7e155985..a5204998bc 100644
--- a/core/install/install.php
+++ b/core/install/install.php
@@ -116,7 +116,7 @@
}
else {
//config directory is not writable run commands as root
- echo "Please run the following commands as root.
\n";
+ echo "Please run the following commands as root.
\n";
echo "cd ".$document_root."
\n";
echo "php ".$document_root."/core/upgrade/upgrade.php
\n";
unset($config_path);