diff --git a/src/Appwrite/Platform/Tasks/Backup.php b/src/Appwrite/Platform/Tasks/Backup.php index 95347651ec..f848ebe78b 100644 --- a/src/Appwrite/Platform/Tasks/Backup.php +++ b/src/Appwrite/Platform/Tasks/Backup.php @@ -48,7 +48,7 @@ class Backup extends Action $this->dsn = self::getDsn($database); if (!$this->dsn instanceof DSN) { - Console::error('No dsn match'); + Console::error('No DSN match'); Console::exit(); }