Skip to content

Commit 8c90bde

Browse files
committed
more tests
1 parent e729755 commit 8c90bde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

commands/coldbox/create/app.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ component extends="coldbox-cli.models.BaseCommand" {
182182
// set the server name if the user provided one
183183
variables.print.line().toConsole();
184184
printInfo( "📡 Preparing server and support files" );
185-
if ( arguments.name != defaultAppName ) {
186-
command( "server set" ).params( name = arguments.name ).run();
187-
}
185+
command( "server set" ).params( name = arguments.name ).run();
188186

189187
// ENV File
190188
var envFile = arguments.directory & ".env";

0 commit comments

Comments
 (0)