This commit is contained in:
Romain Neutron
2013-07-17 17:32:02 +02:00
parent 109a719a13
commit e8e8dcf7fe

View File

@@ -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;