Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored and github-actions[bot] committed Mar 19, 2024
1 parent 0401cef commit eacaed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commands/contentbox/install-wizard.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ component extends="install" {
value : "lucee@5",
selected : true
},
{
{
display : "Lucee 6",
value : "lucee@6",
selected : true
Expand All @@ -46,7 +46,7 @@ component extends="install" {
display : "Adobe 2021",
value : "adobe@2021"
},
{
{
display : "Adobe 2023",
value : "adobe@2023"
}
Expand Down
4 changes: 2 additions & 2 deletions commands/contentbox/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ component {
static {
engines = [
"lucee@5",
"lucee@6",
"lucee@6",
"adobe@2018",
"adobe@2021",
"adobe@2023"
"adobe@2023"
];
databases = [
"HyperSonicSQL",
Expand Down

0 comments on commit eacaed5

Please sign in to comment.