Skip to content

Commit a15d03f

Browse files
committed
Merge branch 'feat-aggregate-stats' of github.com:appwrite/appwrite into feat-aggregate-stats
2 parents ac2e7ef + f6bef12 commit a15d03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Appwrite/Platform/Tasks/Hamster.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function getName(): string
6565
public function __construct()
6666
{
6767
$this
68-
->desc('Get stats for project')
68+
->desc('Get stats for projects')
6969
->inject('register')
7070
->inject('pools')
7171
->inject('cache')
@@ -145,7 +145,7 @@ private function getStats(Database $dbForConsole, Database $dbForProject, Docume
145145

146146
public function action(Registry $register, Group $pools, Cache $cache, Database $dbForConsole): void
147147
{
148-
Console::success('Getting stats...');
148+
Console::info'Getting stats...');
149149
150150
/* Initialise new Utopia app */
151151
$app = new App('UTC');

0 commit comments

Comments
 (0)