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;