diff --git a/src/config/load.ts b/src/config/load.ts index 13ea237e2..133769274 100644 --- a/src/config/load.ts +++ b/src/config/load.ts @@ -80,7 +80,7 @@ export default function load() { throw 'You need to configure the minio prefix.'; } - if (config.drive.prefix.config == null) { + if (config.drive.config == null) { throw 'You need to configure the minio.'; } }