From eb313c65a514849917adaba3132c3eed90c4ae18 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 6 Jun 2023 12:42:20 +0200 Subject: [PATCH] Another small tune --- .../System/UpgradeFireflyInstructions.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/Console/Commands/System/UpgradeFireflyInstructions.php b/app/Console/Commands/System/UpgradeFireflyInstructions.php index d450c6a943..a977153b0d 100644 --- a/app/Console/Commands/System/UpgradeFireflyInstructions.php +++ b/app/Console/Commands/System/UpgradeFireflyInstructions.php @@ -166,14 +166,14 @@ class UpgradeFireflyInstructions extends Command $colors = ['bright-blue', 'bright-red', 'white', 'white', 'bright-red', 'bright-blue', 'default', 'default']; } - $this->line(sprintf(' ______ _ __ _ _____ _____ _____ ', $colors[0])); - $this->line(sprintf(' | ____(_) / _| | |_ _|_ _|_ _| ', $colors[1])); - $this->line(sprintf(' | |______ ___ ___| |_| |_ _ | | | | | | ', $colors[2])); - $this->line(sprintf(' | __|| | \'__/ _ \ _| | | | | | | | | | | ', $colors[3])); - $this->line(sprintf(' | | | | | | __/ | | | |_| | _| |_ _| |_ _| |_ ', $colors[4])); - $this->line(sprintf(' |_| |_|_| \___|_| |_|\__, | |_____|_____|_____| ', $colors[5])); - $this->line(sprintf(' __/ | ', $colors[6])); - $this->line(sprintf(' |___/ ', $colors[7])); + $this->line(sprintf(' ______ _ __ _ _____ _____ _____ ', $colors[0])); + $this->line(sprintf(' | ____(_) / _| | |_ _|_ _|_ _| ', $colors[1])); + $this->line(sprintf(' | |__ _ _ __ ___| |_| |_ _ | | | | | | ', $colors[2])); + $this->line(sprintf(' | __| | | \'__/ _ \ _| | | | | | | | | | | ', $colors[3])); + $this->line(sprintf(' | | | | | | __/ | | | |_| | _| |_ _| |_ _| |_ ', $colors[4])); + $this->line(sprintf(' |_| |_|_| \___|_| |_|\__, | |_____|_____|_____| ', $colors[5])); + $this->line(sprintf(' __/ | ', $colors[6])); + $this->line(sprintf(' |___/ ', $colors[7])); } /**