Skip to content

Commit f012a66

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent e1be00f commit f012a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/coldbox/create/app-wizard.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ component extends="app" aliases="" {
3434
)
3535

3636
// Language Selection
37-
if( confirm( "Is this a BoxLang project? [y/n]" ) ){
37+
if ( confirm( "Is this a BoxLang project? [y/n]" ) ) {
3838
arguments.boxlang = true;
3939
boxlangWizard( args = arguments );
4040
} else {

0 commit comments

Comments
 (0)