mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Tasks/Backup.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
1138b4fd59
commit
1ceaa599b5
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user