mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Typo
This commit is contained in:
parent
531ce433fe
commit
a628cb6775
|
|
@ -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] ',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user