File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ component extends="coldbox-cli.models.BaseCommand" {
9090 boolean docker = true ,
9191 boolean vite = false ,
9292 boolean rest = false ,
93- boolean cfml = false
93+ boolean cfml = false
9494 ){
9595 // Check for wizard argument
9696 if ( arguments .wizard ) {
@@ -104,7 +104,7 @@ component extends="coldbox-cli.models.BaseCommand" {
104104 // Determine language via cfml or boxlang flags
105105 if ( arguments .cfml ) {
106106 arguments .boxlang = false ;
107- if ( arguments .skeleton == variables .defaultSkeleton ){
107+ if ( arguments .skeleton == variables .defaultSkeleton ) {
108108 arguments .skeleton = " modern" ;
109109 }
110110 variables .print .line ( " ⚡Language set to CFML" ).toConsole ()
@@ -404,4 +404,4 @@ component extends="coldbox-cli.models.BaseCommand" {
404404 return variables .templateMap .keyList ().listToArray ();
405405 }
406406
407- }
407+ }
You can’t perform that action at this time.
0 commit comments