diff --git a/src/node/entry.ts b/src/node/entry.ts
index 2774963f8c65..b661b1848585 100644
--- a/src/node/entry.ts
+++ b/src/node/entry.ts
@@ -121,7 +121,7 @@ const main = async (args: DefaultedArgs): Promise<void> => {
   }
 
   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")
   }