mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix typo
This commit is contained in:
@@ -54,7 +54,7 @@ class ComposerInstall extends Command
|
|||||||
$output->writeln("<info>OK</info>");
|
$output->writeln("<info>OK</info>");
|
||||||
}
|
}
|
||||||
} catch (ExecutionFailureException $e) {
|
} 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;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user