mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 21:33:44 +02:00
Use proper newline, not literal \n
This commit is contained in:
@@ -49,7 +49,7 @@ class DaemonBackupRepository extends DaemonRepository
|
||||
'json' => [
|
||||
'adapter' => $this->adapter ?? config('backups.default'),
|
||||
'uuid' => $backup->uuid,
|
||||
'ignore' => implode('\n', $backup->ignored_files),
|
||||
'ignore' => implode("\n", $backup->ignored_files),
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user