From c4a5ea5d00105a47c5fb651347bf9f7cba160241 Mon Sep 17 00:00:00 2001 From: markseu Date: Sun, 3 Dec 2023 03:43:21 +0100 Subject: [PATCH] Updated installer for Elon --- system/extensions/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/extensions/install.php b/system/extensions/install.php index 63fe6cd..c7f7445 100755 --- a/system/extensions/install.php +++ b/system/extensions/install.php @@ -92,7 +92,7 @@ class YellowInstall { echo "The installation has not been completed. Please run command again.\n"; } else { $extensions = count($this->yellow->extension->data); - echo "Yellow $command: $extensions extension".($extensions!=1 ? "s" : "").", 0 errors.\n"; + echo "Yellow $command: $extensions extension".($extensions!=1 ? "s" : "").", 0 errors\n"; } } else { $statusCode = 500;