Update load.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-07 21:03:24 +09:00 committed by GitHub
parent 27768081e2
commit bf964ee969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.';
}
}