Tweak on compiler.

This commit is contained in:
Andrés Montañez 2013-12-15 17:27:26 -02:00
parent eecf9bf4ea
commit 75a2463240

View file

@ -29,7 +29,7 @@ class CompileCommand extends AbstractCommand
public function run ()
{
if (ini_get('phar.readonly')) {
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be enabled.', 1, 2);
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be <yellow>Off</yellow>.', 1, 2);
return;
}