From f752d55b37d8096210b0224d850f5b03aea1b051 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sat, 13 Sep 2014 18:16:07 +0100 Subject: [PATCH] Add missing semicolon --- src/command-line/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command-line/start.js b/src/command-line/start.js index be9bf03a..2c97f4a8 100644 --- a/src/command-line/start.js +++ b/src/command-line/start.js @@ -13,7 +13,7 @@ program if (!config.public && !users.length) { console.log(""); console.log("No users found!"); - console.log("Create a new user with 'shout add '.") + console.log("Create a new user with 'shout add '."); console.log(""); } else { var host = program.host || process.env.IP || config.host;