diff --git a/src/node/entry.ts b/src/node/entry.ts index 2774963f..b661b184 100644 --- a/src/node/entry.ts +++ b/src/node/entry.ts @@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise => { } if (args.cert) { - logger.info(" - Using certificate for HTTPS: ${humanPath(args.cert.value)}") + logger.info(` - Using certificate for HTTPS: ${humanPath(args.cert.value)}`) } else { logger.info(" - Not serving HTTPS") }