Add missing semicolon

This commit is contained in:
YuviPanda 2014-09-13 18:16:07 +01:00
parent 77484ccdf3
commit f752d55b37

View file

@ -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 <name>'.")
console.log("Create a new user with 'shout add <name>'.");
console.log("");
} else {
var host = program.host || process.env.IP || config.host;