diff --git a/src/Update/Updates.php b/src/Update/Updates.php index 617fc4fed..30c5face0 100644 --- a/src/Update/Updates.php +++ b/src/Update/Updates.php @@ -621,10 +621,11 @@ public function update_9002000() { "Review the resulting files and ensure that any customizations have been re-added.", ]; $this->updater->executeCommand("./vendor/bin/blt recipes:acsf:init:hooks"); + $formattedBlock = $this->updater->getFormatter()->formatBlock($messages, 'ice'); + $this->updater->getOutput()->writeln(""); + $this->updater->getOutput()->writeln($formattedBlock); + $this->updater->getOutput()->writeln(""); } - $formattedBlock = $this->updater->getFormatter()->formatBlock($messages, 'ice'); - $this->updater->getOutput()->writeln(""); - $this->updater->getOutput()->writeln($formattedBlock); - $this->updater->getOutput()->writeln(""); } + }