Skip to content

Commit ec7a205

Browse files
stefanjudisdkundel
authored andcommitted
🐛 Fix function overview formating (#12)
1 parent 6bf7fbd commit ec7a205

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/cli/route-info.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ function getRouteInfo(config) {
2121
})
2222
.join('\n');
2323
info.push(chalk`
24-
{green Twilio functions available at:}
25-
${fnInfo}
24+
{green Twilio functions available at:}\n${fnInfo}
2625
`);
2726
}
2827

0 commit comments

Comments
 (0)