Fix wording
parent
273e0f777b
commit
26e3b77a4b
|
@ -271,7 +271,7 @@ class Installer
|
||||||
|
|
||||||
// execute operations
|
// execute operations
|
||||||
if (!$operations) {
|
if (!$operations) {
|
||||||
$this->io->write('<info>Nothing to install/update</info>');
|
$this->io->write('<info>Nothing to install or update</info>');
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($operations as $operation) {
|
foreach ($operations as $operation) {
|
||||||
|
|
Loading…
Reference in New Issue