Skip to content

Commit 1826c2f

Browse files
committed
changed name of template
1 parent a2fee17 commit 1826c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/coldbox/create/app-wizard.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ component extends="app" aliases="" {
7474
.options( [
7575
{
7676
accessKey : 1,
77-
value : "cbtemplate-bx-default",
77+
value : "cbtemplate-boxlang",
7878
display : "BoxLang ColdBox Template - Default ColdBox App with BoxLang"
7979
},
8080
{

commands/coldbox/create/app.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ component extends="coldbox-cli.models.BaseCommand" {
4141
// Map these shortcut names to the actual ForgeBox slugs
4242
variables.templateMap = {
4343
"Default" : "cbtemplate-advanced-script",
44-
"BoxLang" : "cbtemplate-bx-default",
44+
"BoxLang" : "cbtemplate-boxlang",
4545
"Elixir" : "cbtemplate-elixir",
4646
"modern" : "cbtemplate-modern",
4747
"rest" : "cbtemplate-rest",

0 commit comments

Comments
 (0)