Fix log message (#2331)

This commit is contained in:
piousdeer 2020-11-18 23:41:32 +07:00 committed by GitHub
parent 9ff535eddc
commit c6062c3d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
} }
if (args.cert) { if (args.cert) {
logger.info(" - Using certificate for HTTPS: ${humanPath(args.cert.value)}") logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`)
} else { } else {
logger.info(" - Not serving HTTPS") logger.info(" - Not serving HTTPS")
} }