summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-02-07 21:03:24 +0900
committerGitHub <noreply@github.com>2019-02-07 21:03:24 +0900
commitbf964ee969abe27ba26432addf53d78add1e176b (patch)
treeca82bf76092162ba5e87a48014200bccda3d259c /src
parentFix #4179 (diff)
downloadsharkey-bf964ee969abe27ba26432addf53d78add1e176b.tar.gz
sharkey-bf964ee969abe27ba26432addf53d78add1e176b.tar.bz2
sharkey-bf964ee969abe27ba26432addf53d78add1e176b.zip
Update load.ts
Diffstat (limited to 'src')
-rw-r--r--src/config/load.ts2
1 files changed, 1 insertions, 1 deletions
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.';
}
}