Skip to content

Commit cdf9745

Browse files
committed
feat: add hamster script
1 parent 73370ca commit cdf9745

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)