From c79b4851e8a1c6ebb7913d78888dd6f78ccb2f6a Mon Sep 17 00:00:00 2001 From: Aaron Ross Date: Sun, 31 Dec 2017 15:48:00 -0500 Subject: [PATCH] Add missing + Thanks to @LucaColonnello for this catch (#39) --- app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.js b/app/config.js index ba66013..ce5dd98 100644 --- a/app/config.js +++ b/app/config.js @@ -64,7 +64,7 @@ var startConfig = () => { console.log('') console.log('Configuration updated! To get started, just run\n' + '\n' + - ' multicast start' + ' multicast start' + '\n') }) rl.close()