We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e729755 commit 8c90bdeCopy full SHA for 8c90bde
commands/coldbox/create/app.cfc
@@ -182,9 +182,7 @@ component extends="coldbox-cli.models.BaseCommand" {
182
// set the server name if the user provided one
183
variables.print.line().toConsole();
184
printInfo( "📡 Preparing server and support files" );
185
- if ( arguments.name != defaultAppName ) {
186
- command( "server set" ).params( name = arguments.name ).run();
187
- }
+ command( "server set" ).params( name = arguments.name ).run();
188
189
// ENV File
190
var envFile = arguments.directory & ".env";
0 commit comments