From a628cb6775690262103ca0fb6826b7c0970e71a3 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Thu, 21 Jan 2021 16:21:35 +0200 Subject: [PATCH] Typo --- system/src/Grav/Console/Gpm/SelfupgradeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php index 4acb74ac9..ab9fec713 100644 --- a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php +++ b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php @@ -133,7 +133,7 @@ class SelfupgradeCommand extends GpmCommand $config = Grav::instance()['config']; if ($config->get('versions.core.grav.schema') !== GRAV_SCHEMA) { $io->newLine(); - $io->writeln('However not all post-install scripts have not been run.'); + $io->writeln('However post-install scripts have not been run.'); if (!$this->all_yes) { $question = new ConfirmationQuestion( 'Would you like to run the scripts? [Y|n] ',