From 1ceaa599b5d212529a0fde5726bd38155b2e20f4 Mon Sep 17 00:00:00 2001 From: Shmuel Fogel Date: Mon, 7 Aug 2023 23:50:34 +0300 Subject: [PATCH] Update src/Appwrite/Platform/Tasks/Backup.php Co-authored-by: Jake Barnby --- src/Appwrite/Platform/Tasks/Backup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }