Skip to content

Commit 4d030aa

Browse files
committed
Forgot the reference to the actual dir
1 parent 9ef7087 commit 4d030aa

File tree

1 file changed

+1
-1
lines changed
  • app/config/packages/heybigname/backup-manager

1 file changed

+1
-1
lines changed

app/config/packages/heybigname/backup-manager/storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'local' => [
55
'type' => 'Local',
6-
'root' => storage_path('dumps'),
6+
'root' => storage_path('dumps/backups'),
77
],
88
's3' => [
99
'type' => 'AwsS3',

0 commit comments

Comments
 (0)