diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-02-07 21:03:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-07 21:03:24 +0900 |
| commit | bf964ee969abe27ba26432addf53d78add1e176b (patch) | |
| tree | ca82bf76092162ba5e87a48014200bccda3d259c /src | |
| parent | Fix #4179 (diff) | |
| download | sharkey-bf964ee969abe27ba26432addf53d78add1e176b.tar.gz sharkey-bf964ee969abe27ba26432addf53d78add1e176b.tar.bz2 sharkey-bf964ee969abe27ba26432addf53d78add1e176b.zip | |
Update load.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/load.ts | 2 |
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.'; } } |