Skip to content

Commit d3404d6

Browse files
committed
emoji issue
1 parent 13df282 commit d3404d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/coldbox/create/app.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ component extends="coldbox-cli.models.BaseCommand" {
9999
}
100100

101101
// Start the job
102-
variables.print.boldGreenLine( "🧑‍🍳 Starting to cookup your ColdBox App [#arguments.name#]..." ).toConsole()
102+
variables.print.boldGreenLine( "🔥 Starting to cookup your ColdBox App [#arguments.name#]..." ).toConsole()
103103

104104
// Determine language via cfml or boxlang flags
105105
if ( arguments.cfml ) {

0 commit comments

Comments
 (0)