From bf964ee969abe27ba26432addf53d78add1e176b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Thu, 7 Feb 2019 21:03:24 +0900 Subject: [PATCH] Update load.ts --- src/config/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'; } }