From bf964ee969abe27ba26432addf53d78add1e176b Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Thu, 7 Feb 2019 21:03:24 +0900 Subject: Update load.ts --- src/config/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config/load.ts b/src/config/load.ts index 13ea237e29..133769274e 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.'; } } -- cgit v1.2.3-freya