mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Fix typo
This commit is contained in:
@@ -54,7 +54,7 @@ class ComposerInstall extends Command
|
||||
$output->writeln("<info>OK</info>");
|
||||
}
|
||||
} catch (ExecutionFailureException $e) {
|
||||
throw new RuntimeException('Unable to install bower dependencies', $e->getCode(), $e);
|
||||
throw new RuntimeException('Unable to install composer dependencies', $e->getCode(), $e);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user