From ee6b270776bc1548d0e0d24740ccde5723022c96 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 6 Sep 2016 18:16:28 -0600 Subject: [PATCH] Typo in `GPM::install` command --- system/src/Grav/Console/Gpm/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Gpm/InstallCommand.php b/system/src/Grav/Console/Gpm/InstallCommand.php index a39c2a931..fee65129e 100644 --- a/system/src/Grav/Console/Gpm/InstallCommand.php +++ b/system/src/Grav/Console/Gpm/InstallCommand.php @@ -254,7 +254,7 @@ class InstallCommand extends ConsoleCommand if ($major_version_changed) { if ($this->all_yes) { - $this->output-writeln("The package $package_name will be updated to a new major version $new_version, from $old_version"); + $this->output->writeln("The package $package_name will be updated to a new major version $new_version, from $old_version"); return; }