Fix log message (#2331)
This commit is contained in:
parent
9ff535eddc
commit
c6062c3d0a
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue