From 73370ca74609572795c3652d5a75c558ed0f57f8 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 26 Jan 2023 17:13:39 +0530 Subject: [PATCH] feat: add hamster script --- src/Appwrite/Platform/Tasks/Hamster.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/Hamster.php b/src/Appwrite/Platform/Tasks/Hamster.php index 9fef1695f6..bc03c8d824 100644 --- a/src/Appwrite/Platform/Tasks/Hamster.php +++ b/src/Appwrite/Platform/Tasks/Hamster.php @@ -65,7 +65,7 @@ class Hamster extends Action public function __construct() { $this - ->desc('Get stats for projects') + ->desc('Get stats for project') ->inject('register') ->inject('pools') ->inject('cache') @@ -145,7 +145,7 @@ class Hamster extends Action public function action(Registry $register, Group $pools, Cache $cache, Database $dbForConsole): void { - Console::info'Getting stats...'); + Console::success('Getting stats...'); /* Initialise new Utopia app */ $app = new App('UTC');