Typo in GPM::install command

This commit is contained in:
Andy Miller
2016-09-06 18:16:28 -06:00
parent 9651ad7ef1
commit ee6b270776

View File

@@ -254,7 +254,7 @@ class InstallCommand extends ConsoleCommand
if ($major_version_changed) {
if ($this->all_yes) {
$this->output-writeln("The package <cyan>$package_name</cyan> will be updated to a new major version <green>$new_version</green>, from <magenta>$old_version</magenta>");
$this->output->writeln("The package <cyan>$package_name</cyan> will be updated to a new major version <green>$new_version</green>, from <magenta>$old_version</magenta>");
return;
}