Skip to content

Commit c79b485

Browse files
authored
Add missing +
Thanks to @LucaColonnello for this catch (#39)
1 parent 008d2ef commit c79b485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var startConfig = () => {
6464
console.log('')
6565
console.log('Configuration updated! To get started, just run\n' +
6666
'\n' +
67-
' multicast start'
67+
' multicast start' +
6868
'\n')
6969
})
7070
rl.close()

0 commit comments

Comments
 (0)