diff --git a/src/Commands/BackupCommand.php b/src/Commands/BackupCommand.php index 727e20ff..cb0751b5 100644 --- a/src/Commands/BackupCommand.php +++ b/src/Commands/BackupCommand.php @@ -189,7 +189,7 @@ protected function getBackupDestinationFileName() $destination = $backupDirectory; if ($destination !='') { - $destination .= '/' + $destination .= '/'; } $destination .= $backupFilename;