Skip to content

Commit c6f95e2

Browse files
MAGETWO-62655: [GitHub] CLI won't work without write permissions #7933
1 parent 689fb1a commit c6f95e2

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Console

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Console/Cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private function assertCompilerPreparation()
236236
*/
237237
private function writeGenerationDirectoryReadError()
238238
{
239-
$output = new Console\Output\ConsoleOutput();
239+
$output = new \Symfony\Component\Console\Output\ConsoleOutput();
240240
$output->writeln(
241241
'<error>'
242242
. 'Command line user does not have read and write permissions on ' . Io::DEFAULT_DIRECTORY . ' directory. '

0 commit comments

Comments
 (0)