Skip to content

Commit 8835a09

Browse files
author
Daan Sprenkels
committed
Update upload provider error message
Fixes #1107. Signed-off-by: Daan Sprenkels <[email protected]>
1 parent f492fea commit 8835a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if (config.sessionSecret === 'secret') {
165165

166166
// Validate upload upload providers
167167
if (['filesystem', 's3', 'minio', 'imgur', 'azure'].indexOf(config.imageUploadType) === -1) {
168-
logger.error('"imageuploadtype" is not correctly set. Please use "filesystem", "s3", "minio", "azure" or "imgur". Defaulting to "imgur"')
168+
logger.error('"imageuploadtype" is not correctly set. Please use "filesystem", "s3", "minio", "azure" or "imgur". Defaulting to "filesystem"')
169169
config.imageUploadType = 'filesystem'
170170
}
171171

0 commit comments

Comments
 (0)